From: Rafael Zalamena Date: Sun, 18 Oct 2020 22:18:37 +0000 (-0300) Subject: doc: document new aggregate address option X-Git-Tag: base_7.6~373^2~3 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=8fbb9c958183297f0ec8b868d58b5425f1e1505c;p=mirror%2Ffrr.git doc: document new aggregate address option Add documentation for the newly implement aggregate address command. Signed-off-by: Rafael Zalamena --- diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index fb0ca10da4..79e5afde7c 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -1005,6 +1005,12 @@ Route Aggregation-IPv4 Address Family Configure the aggregated address to only be created when the routes MED match, otherwise no aggregated route will be created. +.. index:: aggregate-address A.B.C.D/M suppress-map NAME +.. clicmd:: aggregate-address A.B.C.D/M suppress-map NAME + + Similar to `summary-only`, but will only suppress more specific routes that + are matched by the selected route-map. + .. index:: no aggregate-address A.B.C.D/M .. clicmd:: no aggregate-address A.B.C.D/M @@ -1063,6 +1069,11 @@ Route Aggregation-IPv6 Address Family Configure the aggregated address to only be created when the routes MED match, otherwise no aggregated route will be created. +.. index:: aggregate-address X:X::X:X/M suppress-map NAME +.. clicmd:: aggregate-address X:X::X:X/M suppress-map NAME + + Similar to `summary-only`, but will only suppress more specific routes that + are matched by the selected route-map. .. index:: no aggregate-address X:X::X:X/M .. clicmd:: no aggregate-address X:X::X:X/M