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, 1 insertions, 0 deletions
diff --git a/staticd/static_vty.c b/staticd/static_vty.c
index 16e4cb7d83..ca231b6d33 100644
--- a/staticd/static_vty.c
+++ b/staticd/static_vty.c
@@ -126,6 +126,7 @@ 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;