CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/05/31 01:48:19
Modified files:
sys/net : if_ethersubr.c
Log message:
Ensure that a valid route entry is passed to ether_output() if L2
resolution is required.
This will allow us to enforce that no route entry is inserted in
the routing table after ether_output().
This is now possible because if_output() is no longer called with
a NULL route argument.
Tested by Hrvoje Popovski, ok visa@, bluhm@
