Skip to content

Commit

Permalink
port forwarding header
Browse files Browse the repository at this point in the history
  • Loading branch information
subhra74 committed Apr 24, 2020
1 parent f11979c commit eb9eaf7
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,12 @@ public Object getValueAt(int rowIndex, int columnIndex) {
case 0:
return pf.getType();
case 1:
return pf.getSourcePort();
return pf.getHost();
case 2:
return pf.getTargetPort();
return pf.getSourcePort();
case 3:
return pf.getTargetPort();
case 4:
return pf.getBindHost();
}
return "";
Expand Down

0 comments on commit eb9eaf7

Please sign in to comment.