summaryrefslogtreecommitdiff
path: root/proto/bgp/packets.c
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2018-07-28 16:54:06 +0200
committerOndrej Zajicek (work) <santiago@crfreenet.org>2018-07-28 19:30:56 +0200
commit6be71641ef3baa8658d031f3624f4481b493bdaf (patch)
tree4d2064ba61b1460bad4aa47a820e99ced14976b9 /proto/bgp/packets.c
parent3140c8b2ca48263da1a1f12b478031dc4b572db7 (diff)
BSD: Use MSG_DONTROUTE for unicast packets on FreeBSD
BSD systems cannot use SO_DONTROUTE, because it does not work properly with multicast packets (perhaps it tries to find iface based on multicast group address). But we can use MSG_DONTROUTE sendmsg() flag for unicast packets. Works on FreeBSD, is ignored on OpenBSD and is broken on NetBSD (i guess due to integrated routing table and ARP table).
Diffstat (limited to 'proto/bgp/packets.c')
0 files changed, 0 insertions, 0 deletions