aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/vnet/nat44_lb
diff options
context:
space:
mode:
authorShivaShankarK <shivaashankar1204@gmail.com>2020-03-18 15:34:11 +0530
committerAndrew Yourtchenko <ayourtch@gmail.com>2020-08-13 10:39:40 +0000
commit0088c6875fb6b0f3c8824ff66a1a47dc184e3ac1 (patch)
tree5a05adeeeabda9c710978c99e14f70cff22a771a /src/scripts/vnet/nat44_lb
parent69f3a473bc6a44aad00657aea041f7cec8cad9ae (diff)
pg: update packet generator test scripts
update packet generator test scripts to reflect latest code changes Type: fix Signed-off-by: ShivaShankarK <shivaashankar1204@gmail.com> Change-Id: I048a5e8b9b0506dcb0b664e5549d13f51b2e2ea6 (cherry picked from commit b0f956c255de7aa61fead96b7b94bcf937d92c05)
Diffstat (limited to 'src/scripts/vnet/nat44_lb')
-rw-r--r--src/scripts/vnet/nat44_lb12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/scripts/vnet/nat44_lb b/src/scripts/vnet/nat44_lb
index 0e476357c54..6b6d4e1df94 100644
--- a/src/scripts/vnet/nat44_lb
+++ b/src/scripts/vnet/nat44_lb
@@ -36,11 +36,11 @@ 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.10 abcd.abcd.abcd
-set ip arp static pg0 10.0.0.11 abcd.abcd.abce
-set ip arp static pg0 10.0.0.12 abce.abcd.abcd
-set ip arp static pg0 10.0.0.13 abce.abcd.abce
-set ip arp static pg1 172.16.1.10 cdef.abcd.abcd
-set ip arp static pg1 172.16.1.11 cdef.abcd.abce
+set ip neighbor static pg0 10.0.0.10 abcd.abcd.abcd
+set ip neighbor static pg0 10.0.0.11 abcd.abcd.abce
+set ip neighbor static pg0 10.0.0.12 abce.abcd.abcd
+set ip neighbor static pg0 10.0.0.13 abce.abcd.abce
+set ip neighbor static pg1 172.16.1.10 cdef.abcd.abcd
+set ip neighbor static pg1 172.16.1.11 cdef.abcd.abce
set int nat44 in pg0 out pg1
trace add pg-input 10