summaryrefslogtreecommitdiff
path: root/zebra/router-id.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/router-id.c')
-rw-r--r--zebra/router-id.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/zebra/router-id.c b/zebra/router-id.c
index 45edf45336..ef87d924fe 100644
--- a/zebra/router-id.c
+++ b/zebra/router-id.c
@@ -102,7 +102,6 @@ int router_id_get(afi_t afi, struct prefix *p, struct zebra_vrf *zvrf)
return 0;
case AFI_UNSPEC:
case AFI_L2VPN:
- case AFI_LINKSTATE:
case AFI_MAX:
return -1;
}
@@ -127,7 +126,6 @@ static int router_id_set(afi_t afi, struct prefix *p, struct zebra_vrf *zvrf)
break;
case AFI_UNSPEC:
case AFI_L2VPN:
- case AFI_LINKSTATE:
case AFI_MAX:
return -1;
}