Age | Commit message (Collapse) | Author |
|
|
|
check to make sure rx'd packets aren't from any of our interfaces
fix some bogus comments
|
|
by art@
|
|
|
|
|
|
avalon@coombs.anu.edu.au
|
|
|
|
unncessary since we check for incoming frames destined to any
of the bridged interfaces. Also change the full mbuf copy to a
referenced copy.
|
|
don't bother returning an mbuf just to free it
only free it if NOT used
|
|
|
|
|
|
|
|
flush the dynamics. Required other handling of the cache table to accomodate.
Modify SIOCBRDGFLUSH to handle flushall and flush dynamic requests.
|
|
o when ~IFF_UP, don't act like a bridge for output either
|
|
|
|
|
|
|
|
|
|
|
|
s remote interfaces, both ARP and local delivery had bugs
|
|
other families than inet.
|
|
|
|
|
|
|
|
|
|
code size reduction from deraadt@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ones that are useful for all protocols, not just IPv6).
|
|
|
|
|
|
|
|
(likewise future pfkeyv2_acquire())
|
|
|
|
be bridged. Do the real work in a scheduled netisr.
|
|
|
|
queueing with spltdb()
|
|
they won't disappear behind our back by an expiration. Cleanup expiration
logic too.
|
|
as receiving interface for filtering
|