Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.5-rc1 18 lines 501 B view raw
1/proc/sys/net/conf/<iface>/seg6_* variables: 2 3seg6_enabled - BOOL 4 Accept or drop SR-enabled IPv6 packets on this interface. 5 6 Relevant packets are those with SRH present and DA = local. 7 8 0 - disabled (default) 9 not 0 - enabled 10 11seg6_require_hmac - INTEGER 12 Define HMAC policy for ingress SR-enabled packets on this interface. 13 14 -1 - Ignore HMAC field 15 0 - Accept SR packets without HMAC, validate SR packets with HMAC 16 1 - Drop SR packets without HMAC, validate SR packets with HMAC 17 18 Default is 0.