From: Lou Berger Date: Sat, 4 Nov 2017 14:01:27 +0000 (-0400) Subject: bgpd: document that export mode applies to vrf-policy groups X-Git-Tag: frr-4.0-dev~161^2~1 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=9d912f0f39d41be2db86cb484dd4cc213ccb4efa;p=matthieu%2Ffrr.git bgpd: document that export mode applies to vrf-policy groups Signed-off-by: Lou Berger --- diff --git a/doc/vnc.texi b/doc/vnc.texi index b148994210..c44519a9f3 100644 --- a/doc/vnc.texi +++ b/doc/vnc.texi @@ -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}