seg6-sysctl.txt 501 B

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