]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: update bfd documentation
authorPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 10 Apr 2019 14:20:37 +0000 (16:20 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 7 May 2019 13:54:30 +0000 (15:54 +0200)
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>
doc/user/bfd.rst

index 986d1494a5476a782c2cb507bea660f61749082b..521aa0209c06d10bd3fcac06095eaf5ec1176356 100644 (file)
@@ -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