]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Dissallow useless aggregation commands from the cli
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 5 Jun 2018 17:22:11 +0000 (13:22 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 5 Jun 2018 17:22:11 +0000 (13:22 -0400)
commit3624ac810604744b043a836b6c3cf11fb8a0493d
treea72058e4fe87c4021cab62a64ac1a466189a4249
parentcb28a7a514556afe2ea1477bc06e41a33f0fdc19
bgpd: Dissallow useless aggregation commands from the cli

We were allowing useless aggregation commands (/32 and /128).
These were being silently accepted and nvgenned and then
just ignored.

When a user enters a value that should be rejected tell
them and reject.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_route.c