~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/networking/mpls-sysctl.rst

Version: ~ [ linux-6.11.5 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.58 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.114 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.169 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.228 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.284 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.322 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

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

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php