X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fscripts%2Fvnet%2Fnat44_static_with_port;h=7297fb4c7a270c4aeb453a849e7fa9cf5746ac15;hb=d8da60d05c1669bfaf1f5c1a88b82673d816438c;hp=15bef1be3bae545774a6e0b33ecb48bee88e2203;hpb=2ba92e32e0197f676dd905e5edcb4ff3e1bec241;p=vpp.git diff --git a/src/scripts/vnet/nat44_static_with_port b/src/scripts/vnet/nat44_static_with_port index 15bef1be3ba..7297fb4c7a2 100644 --- a/src/scripts/vnet/nat44_static_with_port +++ b/src/scripts/vnet/nat44_static_with_port @@ -6,7 +6,6 @@ packet-generator new { limit 1000000 node ip4-input size 64-64 - no-recycle worker 0 interface pg0 data { @@ -22,7 +21,6 @@ packet-generator new { limit 1000000 node ip4-input size 64-64 - no-recycle worker 1 interface pg1 data { @@ -33,7 +31,7 @@ packet-generator new { } nat44 add address 172.16.1.3 -nat44 add static mapping local 10.0.0.3 3000 external 172.16.1.3 3000 +nat44 add static mapping udp local 10.0.0.3 3000 external 172.16.1.3 3000 set int ip address pg0 10.0.0.1/24 set int ip address pg1 172.16.1.1/24 set int state pg0 up