summaryrefslogtreecommitdiffstats
path: root/staticd
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2023-09-26 16:07:02 +0200
committerGitHub <noreply@github.com>2023-09-26 16:07:02 +0200
commit8e755a03a3257644c0542a8ee658d2c08230c0ae (patch)
treea4d58a1595c3884d9555d88d533fd2043a8de21d /staticd
parentMerge pull request #14487 from opensourcerouting/fix/doc_bullet_new_line_missing (diff)
parentdoc: add information to display bgp-ls attributes (diff)
downloadfrr-8e755a03a3257644c0542a8ee658d2c08230c0ae.tar.xz
frr-8e755a03a3257644c0542a8ee658d2c08230c0ae.zip
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 b07878f06..4afc25049 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;