]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: some safi's do not mix with bgp suppress-fib 13798/head
authorDonald Sharp <sharpd@nvidia.com>
Wed, 14 Jun 2023 16:25:18 +0000 (12:25 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 14 Jun 2023 19:15:13 +0000 (15:15 -0400)
commit4d616f022fddd0dd59c6e0e422bf7acf2eb1c56b
tree4852941743e7711fcf8ee086e9d33343cffd608f
parent0fb16305200113a92e3862e05d6833217f935211
bgpd: some safi's do not mix with bgp suppress-fib

BGP cannot decide to disseminate the safi based upon the
bgp suppress-fib command.  Modify the code to look at
the safi for the decision to communicate to a peer the
particular node.

Ticket: #3402926
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgp_route.c
bgpd/bgp_route.h
bgpd/bgp_updgrp_adv.c