]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Do not display to end user not found afi/safi's 4582/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 20 Jun 2019 08:16:04 +0000 (04:16 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 20 Jun 2019 16:36:19 +0000 (12:36 -0400)
commit5dbef72f7f12aa01830e90a398d8ad5baef05cfd
tree27ce0051a6fa00d6aeca920eecd6316c12ce3eb7
parent6d9ed6df1b9fe76359dd28e49278eda8c99d7d45
bgpd: Do not display to end user not found afi/safi's

When we are issuing a new command:

router bgp
   bgp default local-preference ..
   -or-
   bgp cluster-id ...
   -or-
   bgp disable-ebgp-connected-route-check

Do not tell them that afi/safi's are not configured.  There is nothing
to do with this information and it will create confusion in the
end user that we are looking for afi/safi's that are never going to
be configed.

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