]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: only try to identify VRF on Linux
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 11 Aug 2016 15:28:58 +0000 (17:28 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 16 Aug 2016 14:10:52 +0000 (16:10 +0200)
commit120c658793d960796030793b74385a9fe9888ebb
treebfb0f13605be77e2b3364d011c57bf4181440c88
parenteb735f6774b12172b41b41b12459f91722143e9e
bgpd: only try to identify VRF on Linux

Only Linux has SO_BINDTODEVICE, but that's not a problem since the whole
VRF use case in that instance is currently Linux-specific.  Other OS's
VRF implementations will need different code.

Reported-by: Martin Winter <mwinter@opensourcerouting.org>
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
bgpd/bgp_network.c