| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
o check timeout for negative values and overflow
ok tedu@ jason@
|
|
|
|
|
|
| |
port/path to root bridge among several LANs. unlike ifpriority, which
allows you to select designated port if serveral interfaces belong
to the same LAN; ok jason@
|
|
|
|
|
| |
blocking or disabled state. send packets only if interface is the
forwarding state; comment from netbsd; with and ok jason@
|
| |
|
| |
|
|
|
|
| |
from another interface/machine/network.
|
|
|
|
| |
same naming style.
|
|
|
|
| |
and remove unnecessary structure element
|
|
|
|
| |
NOTE: this requires recompiling brconfig with updated include files.
|
|
|
|
|
| |
also includes split of bridgeintr() with some optimizations for quicker
frame handling
|
| |
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
o SNAP encapsulated IP filtering
o static address cache entries
o address deletion from cache
o dynamic & full cache flush
o filter packets based on each interface, not on the bridge as a whole
o KNF nits
o allow addition of ~IFF_UP interfaces
o man page & user level fixes to match the above
|
|
|
|
| |
for adjusting the timeout.
|
|
|
|
|
|
| |
o new ioctls for getting/setting cache size (default == 100)
o changed SIOCBRDGRT -> SIOCBRDGRTS
o changed SIOCBRDGIDX -> SIOCBRDGIFS
|
|
|