aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig/ifbridge.c
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* [ifconfig] fix a memory leak!Adrian Chadd2017-02-201-1/+1
* Use nitems() from sys/param.h.Marcelo Araujo2016-04-191-6/+3
* Replace N #defines with nitems to simplify ifconfig code slightlyEnji Cooper2015-09-271-3/+1
* Add an option to limit the number of source MACs that can be behind a bridgeAndrew Thompson2007-11-041-6/+28
* Add a bridge interface flag called PRIVATE where any private port can notAndrew Thompson2007-08-011-0/+16
* Add the vlan tag to the bridge route table. This allows a vlan trunk to beAndrew Thompson2007-06-131-2/+3
* These days P2P means peer-2-peer (also well known from serveral filesharingAndrew Thompson2006-12-111-12/+12
* Show the MAC address cache size and timeout.Andrew Thompson2006-11-271-14/+22
* Keep the command name the same as the values display name in ifconfig.Andrew Thompson2006-11-271-1/+1
* Sync with the OpenBSD port of RSTPAndrew Thompson2006-11-271-39/+53
* Add a new address cache type called sticky. On an interface marked sticky anyAndrew Thompson2006-11-091-0/+16
* Bring in support for the Rapid Spanning Tree Protocol (802.1w).Andrew Thompson2006-11-011-28/+145
* Add support for creating span ports so that one can snoop bridged trafficAndrew Thompson2005-12-141-0/+24
* Display the status of the spanning tree for each port.Andrew Thompson2005-10-071-8/+16
* Add if_bridge, which provides more advanced Ethernet bridging and 802.1dAndrew Thompson2005-06-051-0/+533