]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd, lib: Remove SO_MARK
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 24 May 2019 12:30:53 +0000 (08:30 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 24 May 2019 12:35:35 +0000 (08:35 -0400)
commit51da3896265c601f79f765122e73304cf0943f70
treec7ca7bfcaf15e9ff724ca4a2c52ffd4c5be855f6
parentcac9e917ebcf8551f2fe05295ddeeae69a352f5f
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>
bgpd/bgp_errors.c
bgpd/bgp_errors.h
bgpd/bgp_network.c
lib/sockunion.c
lib/sockunion.h