From: Philippe Guibert Date: Wed, 10 Apr 2019 14:20:37 +0000 (+0200) Subject: doc: update bfd documentation X-Git-Tag: base_7.2~355^2~6 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=626618caeecc5fcc1ba27153e5acb386a1068ca4;p=matthieu%2Ffrr.git 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 --- diff --git a/doc/user/bfd.rst b/doc/user/bfd.rst index 986d1494a5..521aa0209c 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