diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-19 13:06:53 +0200 | 
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-28 23:28:39 +0200 | 
| commit | b688eb7e9e565abd37b9cd95f2035d25612e2a3f (patch) | |
| tree | 8831ead389b2684c270f4b85adf36d6326406df1 /doc/user | |
| parent | 7fc02c462cf16877440755c00bce931f9f2a6eb5 (diff) | |
zebra: convert interface link-params command to NB
Make link-params a presence container and activate it when entering the
node. The "enable" command is not necessary anymore but kept hidden for
backwards compatibility.
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'doc/user')
| -rw-r--r-- | doc/user/zebra.rst | 22 | 
1 files changed, 8 insertions, 14 deletions
diff --git a/doc/user/zebra.rst b/doc/user/zebra.rst index c27819449c..9199404f3e 100644 --- a/doc/user/zebra.rst +++ b/doc/user/zebra.rst @@ -214,20 +214,14 @@ Link Parameters Commands  .. clicmd:: link-params - -   Enter into the link parameters sub node. At least 'enable' must be -   set to activate the link parameters, and consequently routing -   information that could be used as part of Traffic Engineering on -   this interface. MPLS-TE must be enable at the OSPF -   (:ref:`ospf-traffic-engineering`) or ISIS -   (:ref:`isis-traffic-engineering`) router level in complement to -   this. - -   Under link parameter statement, the following commands set the different TE values: - -.. clicmd:: enable - -   Enable link parameters for this interface. +   Enter into the link parameters sub node. This command activates the link +   parameters and allows to configure routing information that could be used +   as part of Traffic Engineering on this interface. MPLS-TE must be enabled at +   the OSPF (:ref:`ospf-traffic-engineering`) or ISIS +   (:ref:`isis-traffic-engineering`) router level in complement to this. To +   disable link parameters, use the ``no`` version of this command. + +Under link parameter statement, the following commands set the different TE values:  .. clicmd:: metric (0-4294967295)  | 
