diff options
| author | Russ White <russ@riw.us> | 2025-02-07 14:00:59 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-07 14:00:59 -0500 |
| commit | 2ef76a33506f39d98038d5239f0620e2bbf33d8c (patch) | |
| tree | 429bc11a3ad346a64c85082a36e9ce2c91655ae5 /bgpd/bgp_debug.c | |
| parent | eebe460168fe15869ca0eb948072fcd691de0953 (diff) | |
| parent | db853cc97eafee8742cd391aaa2b5bc58a6751ae (diff) | |
Merge pull request #17871 from opensourcerouting/feature/bgp_link_local_capability
bgpd: Implement Link-Local Next Hop capability
Diffstat (limited to 'bgpd/bgp_debug.c')
| -rw-r--r-- | bgpd/bgp_debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_debug.c b/bgpd/bgp_debug.c index 319638e412..dfebc00e0a 100644 --- a/bgpd/bgp_debug.c +++ b/bgpd/bgp_debug.c @@ -149,6 +149,7 @@ static const struct message bgp_notify_update_msg[] = { {BGP_NOTIFY_UPDATE_OPT_ATTR_ERR, "/Optional Attribute Error"}, {BGP_NOTIFY_UPDATE_INVAL_NETWORK, "/Invalid Network Field"}, {BGP_NOTIFY_UPDATE_MAL_AS_PATH, "/Malformed AS_PATH"}, + {BGP_NOTIFY_UPDATE_UNREACH_NEXT_HOP, "/Unreachable Link-Local Address"}, {0}}; static const struct message bgp_notify_cease_msg[] = { |
