mpls-sysctl.txt 844 B

1234567891011121314151617181920212223242526272829
  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 utliziation of the entries in the platform label table
  7. is possible and expected aas 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. conf/<interface>/input - BOOL
  17. Control whether packets can be input on this interface.
  18. If disabled, packets will be discarded without further
  19. processing.
  20. 0 - disabled (default)
  21. not 0 - enabled