summaryrefslogtreecommitdiff
path: root/staticd/static_vty.c
diff options
context:
space:
mode:
Diffstat (limited to 'staticd/static_vty.c')
-rw-r--r--staticd/static_vty.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/staticd/static_vty.c b/staticd/static_vty.c
index 3c60cd7315..0582df88ab 100644
--- a/staticd/static_vty.c
+++ b/staticd/static_vty.c
@@ -131,7 +131,6 @@ static int static_route_nb_run(struct vty *vty, struct static_route_args *args)
assert(!!str2prefix(args->source, &src));
break;
case AFI_L2VPN:
- case AFI_LINKSTATE:
case AFI_UNSPEC:
case AFI_MAX:
break;