From 626618caeecc5fcc1ba27153e5acb386a1068ca4 Mon Sep 17 00:00:00 2001 From: Philippe Guibert Date: Wed, 10 Apr 2019 16:20:37 +0200 Subject: [PATCH] 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 --- doc/user/bfd.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 -- 2.39.5