Skip to content

srv6 support on linux #68

Open
Open
@guimvmatos

Description

@guimvmatos

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions