[PATCH] kernel: enable SRv6 support by enabling lwtunnel

2020-12-02 Thread vincent
From: Nick Hainke Enable the ability to use segment routing based on IPv6. It allows the packet to specify a path that the packet should take through the network. Lwtunnel allow an easy encapsulation of a package. You can just install ip-full package and use it: ip -6 route add 2003::/64

Re: [PATCH] kernel: enable SRv6 support

2020-12-02 Thread Nick
Okay, thanks! :) I will send a new patch, adding some kernel option there. On 12/2/20 12:34 PM, Petr Štetiar wrote: vinc...@systemli.org [2020-12-02 12:25:58]: Hi, diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4 index 10d14f6be5..942777b41e 100644 ---

Re: [PATCH] kernel: enable SRv6 support

2020-12-02 Thread Petr Štetiar
vinc...@systemli.org [2020-12-02 12:25:58]: Hi, > diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4 > index 10d14f6be5..942777b41e 100644 > --- a/target/linux/generic/config-5.4 > +++ b/target/linux/generic/config-5.4 > @@ -2387,7 +2387,7 @@

[PATCH] kernel: enable SRv6 support

2020-12-02 Thread vincent
From: Nick Hainke Enable the ability to use segment routing based on IPv6. It allows the packet to specify a path that the packet should take through the network. Further, enable LWL-Tunnel. It allows an easy encapsulation of a package. You can just install ip-full package and use it: ip -6