]> git.puffer.fish Git - matthieu/frr.git/commitdiff
bgpd: document that export mode applies to vrf-policy groups
authorLou Berger <lberger@labn.net>
Sat, 4 Nov 2017 14:01:27 +0000 (10:01 -0400)
committerLou Berger <lberger@labn.net>
Tue, 7 Nov 2017 17:05:09 +0000 (12:05 -0500)
Signed-off-by: Lou Berger <lberger@labn.net>
doc/vnc.texi

index b1489942108691dcd6e6715ae21309a533297afe..c44519a9f3af6dba08c479255768eac604db7d0a 100644 (file)
@@ -733,7 +733,7 @@ statement.
 Specify how routes should be exported to bgp or zebra.
 If the mode is @code{none}, routes are not exported.
 If the mode is @code{group-nve}, routes are exported according
-to nve-group configuration (@pxref{VNC NVE Group Configuration}): if a group is configured to
+to nve-group or vrf-policy group configuration (@pxref{VNC NVE Group Configuration}): if a group is configured to
 allow export, then each prefix visible to the group is exported
 with next hops set to the currently-registered NVEs.
 If the mode is @code{registering-nve}, then all VNC routes are
@@ -751,7 +751,8 @@ The default for both bgp and zebra is mode @code{none}.
 @deffn {VNC} {vnc export bgp|zebra group-nve group @var{group-name}}
 @deffnx {VNC} {vnc export bgp|zebra group-nve no group @var{group-name}}
 When export mode is @code{group-nve},
-export (or do not export) prefixes from the specified nve-group
+export (or do not export) prefixes from the specified nve-group or
+vrf-policy group
 to unicast BGP or to zebra.
 Repeat this statement as needed for each nve-group to be exported.
 Each VNC prefix that is exported will result in N exported routes to the
@@ -785,7 +786,7 @@ being exported to bgp or zebra.
 @end deffn
 
 When the export mode is @code{group-nve}, policy for exported
-routes is specified per-NVE-group inside a @code{nve-group} @var{RFG-NAME} block
+routes is specified per-NVE-group or vrf-policy group inside a @code{nve-group} @var{RFG-NAME} block
 via the following commands(@pxref{VNC NVE Group Configuration}):
 
 @deffn {VNC} {export bgp|zebra route-map MAP-NAME}