diff options
author | Philippe Guibert <philippe.guibert@6wind.com> | 2019-04-10 16:20:37 +0200 |
---|---|---|
committer | Philippe Guibert <philippe.guibert@6wind.com> | 2019-05-07 15:54:30 +0200 |
commit | 626618caeecc5fcc1ba27153e5acb386a1068ca4 (patch) | |
tree | a399025dbfb5f67c6d0dbeb188e0fe607e9cd14b /doc | |
parent | bfd-vrf_topo1: add bfd test on a vrf netns (diff) | |
download | frr-626618caeecc5fcc1ba27153e5acb386a1068ca4.tar.xz frr-626618caeecc5fcc1ba27153e5acb386a1068ca4.zip |
doc: update bfd documentation
add a bfd vrf example. explain that it is possible to use both interface
and vrf keyword.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to '')
-rw-r--r-- | doc/user/bfd.rst | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/user/bfd.rst b/doc/user/bfd.rst index 986d1494a..521aa0209 100644 --- a/doc/user/bfd.rst +++ b/doc/user/bfd.rst @@ -72,8 +72,7 @@ BFDd Commands peer listener to and the address we should use to send the packets. This option is mandatory for IPv6. - `interface` selects which interface we should use. This option - conflicts with `vrf`. + `interface` selects which interface we should use. `vrf` selects which domain we want to use. @@ -296,6 +295,11 @@ Here are the available peer configurations: shutdown ! + ! configure a peer on an interface from a separate vrf + peer 192.168.0.5 interface eth1 vrf vrf2 + no shutdown + ! + ! remove a peer no peer 192.168.0.3 vrf foo |