mpls-sysctl.txt 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /proc/sys/net/mpls/* Variables:
  2. platform_labels - INTEGER
  3. Number of entries in the platform label table. It is not
  4. possible to configure forwarding for label values equal to or
  5. greater than the number of platform labels.
  6. A dense utilization of the entries in the platform label table
  7. is possible and expected as the platform labels are locally
  8. allocated.
  9. If the number of platform label table entries is set to 0 no
  10. label will be recognized by the kernel and mpls forwarding
  11. will be disabled.
  12. Reducing this value will remove all label routing entries that
  13. no longer fit in the table.
  14. Possible values: 0 - 1048575
  15. Default: 0
  16. ip_ttl_propagate - BOOL
  17. Control whether TTL is propagated from the IPv4/IPv6 header to
  18. the MPLS header on imposing labels and propagated from the
  19. MPLS header to the IPv4/IPv6 header on popping the last label.
  20. If disabled, the MPLS transport network will appear as a
  21. single hop to transit traffic.
  22. 0 - disabled / RFC 3443 [Short] Pipe Model
  23. 1 - enabled / RFC 3443 Uniform Model (default)
  24. default_ttl - BOOL
  25. Default TTL value to use for MPLS packets where it cannot be
  26. propagated from an IP header, either because one isn't present
  27. or ip_ttl_propagate has been disabled.
  28. Possible values: 1 - 255
  29. Default: 255
  30. conf/<interface>/input - BOOL
  31. Control whether packets can be input on this interface.
  32. If disabled, packets will be discarded without further
  33. processing.
  34. 0 - disabled (default)
  35. not 0 - enabled