rose-srv6-control-plane
rose-srv6-control-plane copied to clipboard
srv6 support on linux
Hi guys,
I have a little problem. I have 3 linux hosts with ubuntu 20 (I already tried debian 10 and fedora). And I'm trying to make srv6 work on these hosts. The environment looks something like this: host 1: ip -6 route add fe80::3 encap seg6 mode inline segs fe80::2 dev enp0s8
host 2: receives the package. but after that, nothing is happening. I want host 2 to forward the packet to host 3. Why isn't this happening? echo 100 localsid >> /etc/iproute2/rt_tables ip -6 rule add to fe80::/64 lookup localsid ip -6 route add blackhole default table localsid ip -6 route add fe80::/64 encap seg6local action End dev enp0s8 table localsid