tcp: improve reset generation in reset node
[vpp.git] / src / scripts / vnet / nat44_static_with_port
index 15bef1b..7297fb4 100644 (file)
@@ -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