diff options
Diffstat (limited to 'src/scripts/vnet/source_and_port_range_check')
-rw-r--r-- | src/scripts/vnet/source_and_port_range_check | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scripts/vnet/source_and_port_range_check b/src/scripts/vnet/source_and_port_range_check index abe7034c576..20f1b0dbc34 100644 --- a/src/scripts/vnet/source_and_port_range_check +++ b/src/scripts/vnet/source_and_port_range_check @@ -44,7 +44,7 @@ set ip source-and-port-range-check 1.1.1.0/24 range 2000 - 3000 vrf 99 set interface ip source-and-port-range-check pg0 udp-out-vrf 99 - show ip source-and-port-range-check vrf 99 1.1.1.1 +show ip source-and-port-range-check vrf 99 1.1.1.1 set ip source-and-port-range-check 1.1.1.0/24 range 4000 - 5000 vrf 99 @@ -57,4 +57,4 @@ set ip source-and-port-range-check 1.1.2.0/24 range 4000 - 5000 vrf 99 del show ip source-and-port-range-check vrf 99 1.1.2.1 -tr add pg-input 100 +trace add pg-input 100 |