X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fscripts%2Fvnet%2Fnat44;h=5c593233d5378736e6f508f6c0e9a10426cecece;hb=18991be8d334f1e6f6e82305d9472d2925b7a1ba;hp=3292b565e18b7f21e90aa6e5cbf499ae65b2e3fc;hpb=2ba92e32e0197f676dd905e5edcb4ff3e1bec241;p=vpp.git diff --git a/src/scripts/vnet/nat44 b/src/scripts/vnet/nat44 index 3292b565e18..5c593233d53 100644 --- a/src/scripts/vnet/nat44 +++ b/src/scripts/vnet/nat44 @@ -6,7 +6,6 @@ packet-generator new { limit 1000000 node ip4-input size 64-64 - no-recycle interface pg0 data { UDP: 10.0.0.3 -> 172.16.1.2 @@ -21,7 +20,6 @@ packet-generator new { limit 1000000 node ip4-input size 64-64 - no-recycle interface pg0 data { UDP: 10.0.0.3 -> 172.16.1.2 @@ -35,7 +33,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 pg0 10.0.0.4 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 pg0 10.0.0.4 abcd.abcd.abcd +set ip neighbor static pg1 172.16.1.2 cdef.abcd.abcd set int nat44 in pg0 out pg1