diff options
Diffstat (limited to 'tests/topotests/zebra_seg6_route/r1/setup.sh')
-rw-r--r-- | tests/topotests/zebra_seg6_route/r1/setup.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/topotests/zebra_seg6_route/r1/setup.sh b/tests/topotests/zebra_seg6_route/r1/setup.sh new file mode 100644 index 0000000..2cb5c4a --- /dev/null +++ b/tests/topotests/zebra_seg6_route/r1/setup.sh @@ -0,0 +1,5 @@ +ip link add vrf10 type vrf table 10 +ip link set vrf10 up +ip link add dum0 type dummy +ip link set dum0 up +sysctl -w net.ipv6.conf.dum0.disable_ipv6=0 |