X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fscripts%2Fvnet%2Fnat44_static_with_port;h=9087fbbd9936395e26c2875634f10419d04ed46f;hb=7b0fa5569516992aa81c626aa2b426a81eb0ecab;hp=25e16e94d66d8dc2a44d87f9874c403998f731e4;hpb=a6110b6ea5a066b64005347850f61df9a2000fe9;p=vpp.git diff --git a/src/scripts/vnet/nat44_static_with_port b/src/scripts/vnet/nat44_static_with_port index 25e16e94d66..9087fbbd993 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 { @@ -38,7 +36,7 @@ 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 set int state pg1 up -set ip arp static pg0 10.0.0.3 abcd.abcd.abcd -set ip arp static pg1 172.16.1.2 cdef.abcd.abcd +set ip neighbor static pg0 10.0.0.3 abcd.abcd.abcd +set ip neighbor static pg1 172.16.1.2 cdef.abcd.abcd set int nat44 in pg0 out pg1 trace add pg-input 10