Eric W. Biederman | 7720c01 | 2015-03-03 19:11:20 -0600 | [diff] [blame] | 1 | /proc/sys/net/mpls/* Variables: |
| 2 | |
| 3 | platform_labels - INTEGER |
| 4 | Number of entries in the platform label table. It is not |
| 5 | possible to configure forwarding for label values equal to or |
| 6 | greater than the number of platform labels. |
| 7 | |
Alexander Alemayhu | 4e5da36 | 2017-01-02 18:52:24 +0100 | [diff] [blame] | 8 | A dense utilization of the entries in the platform label table |
| 9 | is possible and expected as the platform labels are locally |
Eric W. Biederman | 7720c01 | 2015-03-03 19:11:20 -0600 | [diff] [blame] | 10 | allocated. |
| 11 | |
| 12 | If the number of platform label table entries is set to 0 no |
| 13 | label will be recognized by the kernel and mpls forwarding |
| 14 | will be disabled. |
| 15 | |
| 16 | Reducing this value will remove all label routing entries that |
| 17 | no longer fit in the table. |
| 18 | |
| 19 | Possible values: 0 - 1048575 |
| 20 | Default: 0 |
Robert Shearman | 37bde79 | 2015-04-22 11:14:38 +0100 | [diff] [blame] | 21 | |
| 22 | conf/<interface>/input - BOOL |
| 23 | Control whether packets can be input on this interface. |
| 24 | |
| 25 | If disabled, packets will be discarded without further |
| 26 | processing. |
| 27 | |
| 28 | 0 - disabled (default) |
| 29 | not 0 - enabled |