summaryrefslogtreecommitdiff
path: root/proto/bgp/bgp.h
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2021-01-06 14:44:23 +0100
committerOndrej Zajicek (work) <santiago@crfreenet.org>2021-01-06 14:44:23 +0100
commit4155104c90bc2f3fb680e8041e079ceb3d80a3b1 (patch)
treecc5d40022f46da2baf98b2cff9105889c10c818b /proto/bgp/bgp.h
parent21f9acd2a01306af01f19914105985a8a0f9bcba (diff)
BGP: Deprecate 'missing lladdr' option
The option is not implemented since transition to 2.0 and no plan to add it. Also remove some deprecated RTS_* valus from documentation. Thanks to Sébastien Parisot for notification.
Diffstat (limited to 'proto/bgp/bgp.h')
-rw-r--r--proto/bgp/bgp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h
index ff52a1a1..5cabd327 100644
--- a/proto/bgp/bgp.h
+++ b/proto/bgp/bgp.h
@@ -143,7 +143,6 @@ struct bgp_channel_config {
u8 next_hop_self; /* Always set next hop to local IP address (NH_*) */
u8 next_hop_keep; /* Do not modify next hop attribute (NH_*) */
u8 mandatory; /* Channel is mandatory in capability negotiation */
- u8 missing_lladdr; /* What we will do when we don' know link-local addr, see MLL_* */
u8 gw_mode; /* How we compute route gateway from next_hop attr, see GW_* */
u8 secondary; /* Accept also non-best routes (i.e. RA_ACCEPTED) */
u8 gr_able; /* Allow full graceful restart for the channel */