summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_btoa.c
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 /bgpd/bgp_btoa.c
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 'bgpd/bgp_btoa.c')
-rw-r--r--bgpd/bgp_btoa.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/bgpd/bgp_btoa.c b/bgpd/bgp_btoa.c
index 8e27d9769..c4e866c42 100644
--- a/bgpd/bgp_btoa.c
+++ b/bgpd/bgp_btoa.c
@@ -177,6 +177,9 @@ int main(int argc, char **argv)
case AFI_IP6:
printf("/AFI_IP6\n");
break;
+ case AFI_LINKSTATE:
+ printf("/AFI_LINKSTATE\n");
+ break;
default:
printf("/UNKNOWN %d", subtype);
break;