diff options
author | Daniil Baturin <daniil@vyos.io> | 2020-12-23 01:58:24 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-23 01:58:24 +0700 |
commit | 7c1f38781ad05e18bda5649c07226784e645ec33 (patch) | |
tree | 68686bb25f08c9c161ff4858a137238123bb3405 /docs | |
parent | 3b7721d4448829001f31b27133aa8f96f030d1d9 (diff) | |
parent | 0fc606aa74dba402e72ddb6c8abda3b2d0dffe0f (diff) | |
download | vyos-documentation-7c1f38781ad05e18bda5649c07226784e645ec33.tar.gz vyos-documentation-7c1f38781ad05e18bda5649c07226784e645ec33.zip |
Merge pull request #404 from Cheeze-It/master
mpls: T915: Added documentation for LDP ordered control
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/protocols/mpls.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/configuration/protocols/mpls.rst b/docs/configuration/protocols/mpls.rst index 3b59d8ea..312a0df2 100644 --- a/docs/configuration/protocols/mpls.rst +++ b/docs/configuration/protocols/mpls.rst @@ -155,6 +155,12 @@ Configuration Options the Dual-Stack capability TLV for IPv6 LDP communications. This is related to :rfc:`7552`. +.. cfgcmd:: set protocols mpls ldp parameters ordered-control + + Use this command to use ordered label distribution control mode. FRR + by default uses independent label distribution control mode for label + distribution. This is related to :rfc:`5036`. + .. cfgcmd:: set protocols mpls ldp parameters transport-prefer-ipv4 Use this command to prefer IPv4 for TCP peer transport connection for LDP |