CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2015/06/25 03:10:15

Modified files:
        sys/net        : if.c if_ethersubr.c 

Log message:
Check for correct rdomain in if_output() rather than in ether_output().

Not all drivers make use of ether_output() and there's no real reason to
call it when no ARP resolution is needed.  But in this case we still want
to make sure we're sending packets in the correct rdomain.

ok bluhm@, claudio@ as part of a larger diff.

Reply via email to