]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: new aggregate address option
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Thu, 1 Oct 2020 17:57:41 +0000 (14:57 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Tue, 6 Oct 2020 09:42:17 +0000 (06:42 -0300)
Document the newly implemented aggregate address configuration option.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
doc/user/bgp.rst

index 10eaaee9fb456e0acbbd67a1690536289f6a8faa..fb0ca10da458c698c8bca451fb07a7255822b655 100644 (file)
@@ -999,6 +999,12 @@ Route Aggregation-IPv4 Address Family
    This command specifies an aggregate address. Aggregated routes will
    not be announced.
 
+.. index:: aggregate-address A.B.C.D/M matching-MED-only
+.. clicmd:: aggregate-address A.B.C.D/M matching-MED-only
+
+   Configure the aggregated address to only be created when the routes MED
+   match, otherwise no aggregated route will be created.
+
 .. index:: no aggregate-address A.B.C.D/M
 .. clicmd:: no aggregate-address A.B.C.D/M
 
@@ -1051,6 +1057,13 @@ Route Aggregation-IPv6 Address Family
    This command specifies an aggregate address. Aggregated routes will
    not be announced.
 
+.. index:: aggregate-address X:X::X:X/M matching-MED-only
+.. clicmd:: aggregate-address X:X::X:X/M matching-MED-only
+
+   Configure the aggregated address to only be created when the routes MED
+   match, otherwise no aggregated route will be created.
+
+
 .. index:: no aggregate-address X:X::X:X/M
 .. clicmd:: no aggregate-address X:X::X:X/M