Re: [PATCH] netifd: add segment routing support

2020-12-13 Thread Hans Dedecker
On Sat, Dec 12, 2020 at 9:51 PM wrote: > > From: Nick Hainke > > seg6_enabled - Bool > Accept or drop SR-enabled IPv6 packets on this interface. > > More Information: > https://www.kernel.org/doc/html/latest/networking/seg6-sysctl.html > > Now you can set as interface option > option

[PATCH] netifd: add segment routing support

2020-12-12 Thread vincent
From: Nick Hainke seg6_enabled - Bool Accept or drop SR-enabled IPv6 packets on this interface. More Information: https://www.kernel.org/doc/html/latest/networking/seg6-sysctl.html Now you can set as interface option option ip6segmentrouting '1' It is not enough to turn on "seg6_enabled"

Re: [PATCH] netifd: add segment routing support

2020-12-12 Thread Nick
On 12/12/20 8:20 PM, Hans Dedecker wrote: Hi, On Wed, Dec 2, 2020 at 3:33 PM wrote: From: Nick Hainke seg6_enabled - Bool Accept or drop SR-enabled IPv6 packets on this interface. More Information: https://www.kernel.org/doc/html/latest/networking/seg6-sysctl.html Now you can set as

Re: [PATCH] netifd: add segment routing support

2020-12-12 Thread Hans Dedecker
Hi, On Wed, Dec 2, 2020 at 3:33 PM wrote: > > From: Nick Hainke > > seg6_enabled - Bool > Accept or drop SR-enabled IPv6 packets on this interface. > > More Information: > https://www.kernel.org/doc/html/latest/networking/seg6-sysctl.html > > Now you can set as interface option > option

[PATCH] netifd: add segment routing support

2020-12-02 Thread vincent
From: Nick Hainke seg6_enabled - Bool Accept or drop SR-enabled IPv6 packets on this interface. More Information: https://www.kernel.org/doc/html/latest/networking/seg6-sysctl.html Now you can set as interface option option ip6segmentrouting '1' It is not enough to turn on "seg6_enabled"

Re: [PATCH] netifd: add segment routing support

2020-12-02 Thread Jo-Philipp Wich
Hi, the chosen option name does not really fit other existing bool options which do not use an enable(d) or disable(d) prefix/suffix. I'd call the new option simply `seg6` or even better `ip6segmentrouting` to fall in line with other IPv6 specific options [1] ~ Jo 1:

[PATCH] netifd: add segment routing support

2020-12-02 Thread vincent
From: Nick Hainke seg6_enabled - Bool Accept or drop SR-enabled IPv6 packets on this interface. More Information: https://www.kernel.org/doc/html/latest/networking/seg6-sysctl.html Now you can set as interface option option seg6_enabled '1' It is not enough to turn on "seg6_enabled" on