CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2017/06/20 09:14:10
Modified files:
net/olsrd : Makefile
net/olsrd/patches: patch-src_bsd_kernel_routes_c
patch-src_bsd_net_c
Added files:
net/olsrd/patches: patch-make_hash_source_sh
Log message:
Several fixes for our net/olsrd port:
Make sendto() work for IPv4 by setting the IP_MULTICAST_IF socket option.
Allows this port to drop the dependency on net/libnet and stop using the
associated sendto() replacement hack (which supports only IPv4).
Make IPv6 work: Fix adding/deleting IPv6 routes, and don't complain
about a missing net.inet6.icmp6.rediraccept sysctl.
Also enable the verbose build so build logs show the commands
being used to compile things.
ok danj@ sthen@