Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

srv6 support on linux #68

Open
guimvmatos opened this issue Jul 22, 2020 · 0 comments
Open

srv6 support on linux #68

guimvmatos opened this issue Jul 22, 2020 · 0 comments

Comments

@guimvmatos
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant