summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_errors.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2019-05-24 14:30:53 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2019-05-24 14:35:35 +0200
commit51da3896265c601f79f765122e73304cf0943f70 (patch)
treec7ca7bfcaf15e9ff724ca4a2c52ffd4c5be855f6 /bgpd/bgp_errors.h
parentbgpd: Display FD used for peer (diff)
downloadfrr-51da3896265c601f79f765122e73304cf0943f70.tar.xz
frr-51da3896265c601f79f765122e73304cf0943f70.zip
bgpd, lib: Remove SO_MARK
The SO_MARK socket option was being used pre vrf to allow for the separation of the front panel -vs- the management port. This was facilitated by a ip rule. Since this is undocumented anywhere in our system( other than old commits see ed40466af80c9d0b88436c637a1d54b28a669b1c ). We should remove this because this will cause interference with people using rules and are not aware of this offshoot of functionality. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'bgpd/bgp_errors.h')
-rw-r--r--bgpd/bgp_errors.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/bgpd/bgp_errors.h b/bgpd/bgp_errors.h
index 13bd318e2..39d043ff1 100644
--- a/bgpd/bgp_errors.h
+++ b/bgpd/bgp_errors.h
@@ -88,7 +88,6 @@ enum bgp_log_refs {
EC_BGP_UPDATE_PACKET_LONG,
EC_BGP_UNRECOGNIZED_CAPABILITY,
EC_BGP_NO_TCP_MD5,
- EC_BGP_NO_SOCKOPT_MARK,
EC_BGP_EVPN_PMSI_PRESENT,
EC_BGP_EVPN_VPN_VNI,
EC_BGP_EVPN_ESI,