summaryrefslogtreecommitdiff
path: root/staticd
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2023-09-26 10:07:02 -0400
committerGitHub <noreply@github.com>2023-09-26 10:07:02 -0400
commit8e755a03a3257644c0542a8ee658d2c08230c0ae (patch)
treea4d58a1595c3884d9555d88d533fd2043a8de21d /staticd
parentc0a681eed504398fc1fef11bd62b3667c93d8048 (diff)
parent8074d6f438bfb6c0cc98626b54919ce10f190125 (diff)
Merge pull request #12649 from louis-6wind/bgp-link-state
bgpd: add basic support of BGP Link-State RFC7752
Diffstat (limited to 'staticd')
-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 b07878f063..4afc250493 100644
--- a/staticd/static_vty.c
+++ b/staticd/static_vty.c
@@ -131,6 +131,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;