iio: xoadc: augment DT bindings a bit
[linux-2.6/btrfs-unstable.git] / Documentation / networking / seg6-sysctl.txt
blobbdbde23b19cbe43e5fe2809aeee5b5682c09f08c
1 /proc/sys/net/conf/<iface>/seg6_* variables:
3 seg6_enabled - BOOL
4         Accept or drop SR-enabled IPv6 packets on this interface.
6         Relevant packets are those with SRH present and DA = local.
8         0 - disabled (default)
9         not 0 - enabled
11 seg6_require_hmac - INTEGER
12         Define HMAC policy for ingress SR-enabled packets on this interface.
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
18         Default is 0.