frr/tests/topotests/zebra_seg6local_route/r1/setup.sh
Daniel Baumann 3124f89aed
Adding upstream version 10.1.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 10:03:58 +01:00

6 lines
181 B
Bash

ip link add dum0 type dummy
ip link set dum0 up
ip link add vrf10 type vrf table 10
ip link set vrf10 up
sysctl -w net.ipv6.conf.dum0.disable_ipv6=0
sysctl -w net.vrf.strict_mode=1