diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2023-10-10 16:45:57 -0400 |
|---|---|---|
| committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2023-10-11 05:02:54 +0000 |
| commit | 0c91f45d96e3652abba22442a21e84fa92d26077 (patch) | |
| tree | 99e2ef44eecc6c994e584e49393f3a3e84b1b709 /pbrd/pbr_zebra.c | |
| parent | 0877b3768374022bf765befa0442f7302e453c47 (diff) | |
Revert "lib: register bgp link-state afi/safi"
This reverts commit 1642a68d60cfade4b2fce72aaef58dea700c65c3.
(cherry picked from commit 0dc12c9003a865c7ee829543d40e8c285863abe8)
Diffstat (limited to 'pbrd/pbr_zebra.c')
| -rw-r--r-- | pbrd/pbr_zebra.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/pbrd/pbr_zebra.c b/pbrd/pbr_zebra.c index 876f9e19e0..30eaf62902 100644 --- a/pbrd/pbr_zebra.c +++ b/pbrd/pbr_zebra.c @@ -312,11 +312,6 @@ void route_add(struct pbr_nexthop_group_cache *pnhgc, struct nexthop_group nhg, "%s: Asked to install unsupported route type: L2VPN", __func__); break; - case AFI_LINKSTATE: - DEBUGD(&pbr_dbg_zebra, - "%s: Asked to install unsupported route type: Link-State", - __func__); - break; case AFI_UNSPEC: DEBUGD(&pbr_dbg_zebra, "%s: Asked to install unspecified route type", __func__); @@ -362,11 +357,6 @@ void route_delete(struct pbr_nexthop_group_cache *pnhgc, afi_t afi) "%s: Asked to delete unsupported route type: L2VPN", __func__); break; - case AFI_LINKSTATE: - DEBUGD(&pbr_dbg_zebra, - "%s: Asked to delete unsupported route type: Link-State", - __func__); - break; case AFI_UNSPEC: DEBUGD(&pbr_dbg_zebra, "%s: Asked to delete unspecified route type", __func__); |
