[#] http://marc.info/?l=openbsd-cvs&m=140845264916583&w=2
openbsd-cvs(obsdave,2) — All
2014-08-19 16:55:12


Module name: src
Changes by: mpi@cvs.openbsd.org 2014/08/19 06:49:41

Modified files:
sys/net : route.c
sys/netinet : if_ether.c

Log message:
When a local route entry is added for an ifa having a broadcast address,
also adds a broadcast entry flagged with RTF_BROADCAST.

Prior to this change broadcast entries were simple clonned ARP entries,
that would be deleted once their timer expired since they would always
be incomplete.

With this change they are now persistant and identifiable with a new flag.

Committing early to be able to deal with any potential fallout before we
start relying on this.

ok florian@, mikeb@, henning@