From 4155104c90bc2f3fb680e8041e079ceb3d80a3b1 Mon Sep 17 00:00:00 2001 From: "Ondrej Zajicek (work)" Date: Wed, 6 Jan 2021 14:44:23 +0100 Subject: BGP: Deprecate 'missing lladdr' option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- proto/bgp/bgp.h | 1 - 1 file changed, 1 deletion(-) (limited to 'proto/bgp/bgp.h') 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 */ -- cgit v1.2.3