diff options
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__); |
