diff options
| author | Philippe Guibert <philippe.guibert@6wind.com> | 2018-07-25 11:32:13 +0200 | 
|---|---|---|
| committer | Philippe Guibert <philippe.guibert@6wind.com> | 2018-07-27 08:42:14 +0200 | 
| commit | 521191140d0e5d9e0aed1ee7ee51a6a0c8d4bab8 (patch) | |
| tree | 4d63e8b2d4a6e88eadba50f4fe83cd7fe29194bf /doc | |
| parent | 7e9c59127876167d91520ddf8c5e1663ba5812f2 (diff) | |
zebra: fix missing table identifier passed for ip route vrf commands
The parameter was missing in that vty command. Then it is being added.
Also some documentation is refreshed.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/user/zebra.rst | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/user/zebra.rst b/doc/user/zebra.rst index 08606c2128..a9431b16e3 100644 --- a/doc/user/zebra.rst +++ b/doc/user/zebra.rst @@ -463,7 +463,7 @@ commands in relationship to VRF. Here is an extract of some of those commands:  .. clicmd:: vrf VRF     This command is available on configuration mode. By default, above command -   permits accessing the vrf configuration mode. This mode is available for +   permits accessing the VRF configuration mode. This mode is available for     both VRFs. It is to be noted that *Zebra* does not create Linux VRF.     The network administrator can however decide to provision this command in     configuration file to provide more clarity about the intended configuration. @@ -493,7 +493,10 @@ commands in relationship to VRF. Here is an extract of some of those commands:     This command is based on configuration mode. There, for default VRF, this     command is available for all modes. The ``TABLENO`` configured is one of the -   tables from Default *Linux network namespace*. +   tables from Default *Linux network namespace*. This command is also available +   on vrf configuration mode, provided that *Zebra* is run with :option:`-n` +   option. In that case, this command configures a network route in the given +   ``TABLENO`` of the *Linux network namespace* of the relevant VRF.  .. index:: show ip route vrf VRF  .. clicmd:: show ip route vrf VRF  | 
