diff options
author | Philippe Guibert <philippe.guibert@6wind.com> | 2018-05-30 11:46:13 +0200 |
---|---|---|
committer | Philippe Guibert <philippe.guibert@6wind.com> | 2018-06-01 13:18:35 +0200 |
commit | d66a93dd93d5fdd0f37b66107a13aca7792e45c7 (patch) | |
tree | d14487fc996fca496685dba55537d388c2828088 /doc/user/zebra.rst | |
parent | doc: inform the diff between config from zebra and outside (diff) | |
download | frr-d66a93dd93d5fdd0f37b66107a13aca7792e45c7.tar.xz frr-d66a93dd93d5fdd0f37b66107a13aca7792e45c7.zip |
doc: replace 'intact' keyword with something more clear
Keeping the config intact might be misunderstood. I say that even if VRF
netns is automatically discovered, it is possible for administrator to
save the netns information in the config file, to bring more clarity (
hence the config commands available).
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to '')
-rw-r--r-- | doc/user/zebra.rst | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/user/zebra.rst b/doc/user/zebra.rst index d28669506..b6060f073 100644 --- a/doc/user/zebra.rst +++ b/doc/user/zebra.rst @@ -464,8 +464,9 @@ commands in relationship to VRF. Here is an extract of some of those commands: This command is available on configuration mode. By default, above command 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*. - Provisioning this command is used to keep the configuration intact. + 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. .. index:: netns NAMESPACE .. clicmd:: netns NAMESPACE @@ -474,8 +475,9 @@ commands in relationship to VRF. Here is an extract of some of those commands: when *Zebra* is run in :option:`-n` mode. This command reflects which *Linux network namespace* is to be mapped with *Zebra* VRF. It is to be noted that *Zebra* creates and detects added/suppressed VRFs from the Linux environment - (in fact, those managed with iproute2). Provisioning this command is used to - keep the configuration intact. + (in fact, those managed with iproute2). The network administrator can however + decide to provision this command in configuration file to provide more clarity + about the intended configuration. .. index:: ip route NETWORK NETMASK GATEWAY NEXTHOPVRF .. clicmd:: ip route NETWORK NETMASK GATEWAY NEXTHOPVRF |