summaryrefslogtreecommitdiffstats
path: root/sys/net/if_bridge.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* o the timeout is int, not u_int32_thenning2003-05-301-3/+3
| | | | | | o check timeout for negative values and overflow ok tedu@ jason@
* allow setting of ifcost with brconfig. enables selection of preferredmarkus2002-12-091-1/+2
| | | | | | 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@
* spanning tree: flush dynamic mac cache if interface goes to themarkus2002-12-041-1/+2
| | | | | blocking or disabled state. send packets only if interface is the forwarding state; comment from netbsd; with and ok jason@
* Credit DARPA/USAF appropriately.jason2002-04-081-1/+6
|
* First round of __P removal in sysmillert2002-03-141-10/+10
|
* add support for creating span ports so that one can snoop a bridgejason2001-12-151-5/+8
| | | | from another interface/machine/network.
* By popular demand, protect from multiple inclusion, and fix to use theangelos2001-06-091-1/+5
| | | | same naming style.
* let bstp_transmit_tcn() handle all of the work for sending TCN messagesjason2001-03-221-2/+1
| | | | and remove unnecessary structure element
* Add support for 802.1D spanning tree protocol.jason2000-12-121-18/+144
| | | | NOTE: this requires recompiling brconfig with updated include files.
* add ethernet MAC filtering capabilityjason2000-01-251-3/+32
| | | | | also includes split of bridgeintr() with some optimizations for quicker frame handling
* Implement the blocknonip flagangelos2000-01-101-1/+2
|
* Don't delete the cache on down/up transitions unless it's empty. Insteadjason1999-09-031-3/+6
| | | | | flush the dynamics. Required other handling of the cache table to accomodate. Modify SIOCBRDGFLUSH to handle flushall and flush dynamic requests.
* o simpler handling of "forme" packetsjason1999-09-011-2/+2
| | | | o when ~IFF_UP, don't act like a bridge for output either
* Fix cases when wanting to communicate with the bridge'niklas1999-08-081-2/+2
| | | | s remote interfaces, both ARP and local delivery had bugs
* Support detaching of network interfaces. Still work to do in ipf, andniklas1999-08-081-4/+5
| | | | other families than inet.
* Add flag to allow some interfaces to not see packets with unknown destination.jason1999-03-191-2/+3
|
* Add the ability to mark an interface as "non-learning"jason1999-03-191-1/+3
|
* big overhaul:jason1999-03-121-3/+9
| | | | | | | | | | | 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
* Make address cache expiration actually work and provide a knobjason1999-03-051-1/+10
| | | | for adjusting the timeout.
* completely (almost) revamped ioctl's:jason1999-03-011-12/+43
| | | | | | o new ioctls for getting/setting cache size (default == 100) o changed SIOCBRDGRT -> SIOCBRDGRTS o changed SIOCBRDGIDX -> SIOCBRDGIFS
* Ethernet bridge/IP firewall driver.jason1999-02-261-0/+59