bird/sysdep/bsd
Ondrej Zajicek (work) 318acb0f6c 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).
2018-07-28 16:54:06 +02:00
..
krt-sock.c BSD: Fix of the previous commit 2018-06-27 17:10:01 +02:00
krt-sock.Y Config: Dropping CF_ADDTO. 2018-06-26 14:29:03 +02:00
krt-sys.h Fix some minor issues 2017-12-12 15:57:14 +01:00
Makefile Unit Testing for BIRD 2016-11-09 16:36:34 +01:00
setkey.h After-master-merge simple fixes. 2016-05-24 12:12:14 +02:00
sysio.h BSD: Use MSG_DONTROUTE for unicast packets on FreeBSD 2018-07-28 16:54:06 +02:00