feat(tests): IPv6 fixes
[csit.git] / resources / templates / vm / vpp_2vfpt_ethip4ipsec1tnl_nat44ed_s64512.exec
1 create interface avf 0000:00:06.0 num-rx-queues $queues
2 create interface avf 0000:00:07.0 num-rx-queues $queues
3
4 set interface ip address avf-0/0/6/0 $ip1
5 set interface state avf-0/0/6/0 up
6
7 set interface ip address avf-0/0/7/0 $ip2
8 set interface state avf-0/0/7/0 up
9
10 ip route add $route1 via $nexthop1 $routeif1
11 set ip neighbor static $arpif1 $arpip1 $arpmac1
12
13 $nat_ipsec
14
15 show logging
16
17 show version