Code Review
/
csit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
75817a6
)
FIX: NF_density tests
16/24316/1
author
Peter Mikus
<
[email protected]
>
Tue, 14 Jan 2020 07:51:12 +0000
(07:51 +0000)
committer
Peter Mikus
<
[email protected]
>
Tue, 14 Jan 2020 09:24:34 +0000
(09:24 +0000)
+ ARP -> Neighbor
Signed-off-by: Peter Mikus <
[email protected]
>
Change-Id: I74044bd7db6cb4b1bd3648a424e9c8f1473be8d1
(cherry picked from commit
0f1b43e0377a4dad975847cf9663ce5632ac7736
)
resources/templates/vm/vpp_chain_ip4.exec
patch
|
blob
|
history
diff --git
a/resources/templates/vm/vpp_chain_ip4.exec
b/resources/templates/vm/vpp_chain_ip4.exec
index
a8a4255
..
3c5f076
100644
(file)
--- a/
resources/templates/vm/vpp_chain_ip4.exec
+++ b/
resources/templates/vm/vpp_chain_ip4.exec
@@
-9,8
+9,8
@@
set interface mac address GigabitEthernet0/7/0 $mac2
set interface ip address GigabitEthernet0/7/0 1.1.2.1/24
set interface state GigabitEthernet0/7/0 up
-set ip
arp
static GigabitEthernet0/6/0 1.1.1.2 $vif1_mac
-set ip
arp
static GigabitEthernet0/7/0 1.1.2.2 $vif2_mac
+set ip
neighbor
static GigabitEthernet0/6/0 1.1.1.2 $vif1_mac
+set ip
neighbor
static GigabitEthernet0/7/0 1.1.2.2 $vif2_mac
ip route add 10.0.0.0/8 via 1.1.1.2
ip route add 20.0.0.0/8 via 1.1.2.2