aboutsummaryrefslogtreecommitdiff
path: root/sbin/etherswitchcfg/etherswitchcfg.c
Commit message (Expand)AuthorAgeFilesLines
* Add the 'drop tagged' flag support for ethernet switch ports.Luiz Otavio O Souza2019-06-281-0/+4
* [etherswitchcfg] print the switch MAC address if provided.Adrian Chadd2018-02-061-0/+7
* [etherswitchcfg] add atu flush and atu dump commands.Adrian Chadd2018-02-021-31/+150
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Zero etherswitch_vlangroup structure before doing partial assignments.Luiz Otavio O Souza2016-11-171-2/+4
* [etherswitch] add LED API to the documentation and command line tool.Adrian Chadd2016-08-041-5/+47
* Check the number of returned entries before doing any access to ifm_ulist.Luiz Otavio O Souza2014-07-051-0/+2
* Fix a range check and a display string.Hiren Panchasara2013-09-201-2/+2
* Add a new flag (ETHERSWITCH_VID_VALID) to say what vlangroups are in use.Luiz Otavio O Souza2013-07-231-1/+2
* Fix the usage error message. The valid range is up to max. vlan - 1 since vl...Luiz Otavio O Souza2013-07-231-1/+3
* Add vlan configuration support to etherswitchcfg.Adrian Chadd2013-05-081-9/+198
* Convert over the etherswitch framework to use VLAN IDs per port, ratherAdrian Chadd2013-04-221-6/+7
* etherswitchcfg(8) crashes when you don't set vlangroup members.Adrian Chadd2013-04-221-2/+5
* Initialise this to zero before using it to configure the vlangroupAdrian Chadd2013-04-221-0/+1
* Fix warnings found by -Wmising-variable-declarations.Ed Schouten2012-10-191-2/+2
* Add etherswitchcfg.Adrian Chadd2012-05-111-0/+511