diff options
author | Philippe Guibert <philippe.guibert@6wind.com> | 2023-07-31 22:26:54 +0200 |
---|---|---|
committer | Philippe Guibert <philippe.guibert@6wind.com> | 2023-08-10 18:13:21 +0200 |
commit | 63be83eac5e7a2bc7108437df68c3b5720960a4d (patch) | |
tree | 2eff414a2b81877c2117d13189effbe1c2551765 | |
parent | zebra, yang: add an mpls leaf to interface (diff) | |
download | frr-63be83eac5e7a2bc7108437df68c3b5720960a4d.tar.xz frr-63be83eac5e7a2bc7108437df68c3b5720960a4d.zip |
doc: update mpls per interface command
Update mpls per interface command information.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
-rw-r--r-- | doc/user/zebra.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/user/zebra.rst b/doc/user/zebra.rst index 32de3e908..39add2235 100644 --- a/doc/user/zebra.rst +++ b/doc/user/zebra.rst @@ -163,12 +163,13 @@ Standard Commands Set description for the interface. -.. clicmd:: mpls enable +.. clicmd:: mpls <enable|disable> - Enable or disable mpls kernel processing on the interface, for linux. Interfaces + Choose mpls kernel processing value on the interface, for linux. Interfaces configured with mpls will not automatically turn on if mpls kernel modules do not - happen to be loaded. This command will fail on 3.X linux kernels and does not - work on non-linux systems at all. + happen to be loaded. This command will fail on 3.X linux kernels and does not + work on non-linux systems at all. 'enable' and 'disable' will respectively turn + on and off mpls on the given interface. .. clicmd:: multicast |