summaryrefslogtreecommitdiffstats
path: root/sbin/etherswitchcfg
Commit message (Expand)AuthorAgeFilesLines
* Rename es_lag_valid -> es_lagg_valid to keep the consistency.Luiz Souza2018-03-161-1/+1
* Replace an old use of LAG with LAGG.Luiz Souza2018-03-161-1/+1
* Fix a mistake during the merge from current where the function returns an int.Luiz Souza2018-03-121-1/+1
* Print and allow setting the switch port state.Luiz Souza2018-03-121-0/+36
* Add support for the 'drop tagged' keyword.Luiz Souza2017-10-041-0/+4
* Add basic LAGG support on the etherswitch framework.Luiz Souza2017-10-041-3/+102
* Add a bitmask field to keep the enabled ports of a switch, not all switches w...Luiz Souza2017-07-201-0/+7
* MFC r314655:ngie2017-05-301-1/+1
* Zero etherswitch_vlangroup structure before doing partial assignments.loos2016-11-201-2/+4
* Explicitly add more files to the 'runtime' package.gjb2016-02-091-0/+1
* Add META_MODE support.sjg2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge head from 7/28sjg2014-08-191-0/+2
| |\ | |/ |/|
| * Updated dependenciessjg2014-05-161-1/+0
| * Updated dependenciessjg2014-05-101-0/+2
| * Merge headsjg2014-04-281-4/+36
| |\
| * \ Merge head@256284sjg2013-10-132-5/+5
| |\ \
| * \ \ Merge from headsjg2013-09-052-24/+266
| |\ \ \
| * | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | Updated dependenciessjg2013-02-161-2/+0
| | | | |
| | \ \ \
| *-. \ \ \ Sync from headsjg2012-11-042-4/+4
| |\ \ \ \ \
| * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+19
| | |/ / / / | |/| | | |
* | | | | | Check the number of returned entries before doing any access to ifm_ulist.loos2014-07-051-0/+2
| |_|_|_|/ |/| | | |
* | | | | Add a license (1) and do some cleanup.brueffer2014-02-041-4/+36
| |_|_|/ |/| | |
* | | | Improve grammar and readability.hiren2013-09-201-3/+3
* | | | Fix a range check and a display string.hiren2013-09-201-2/+2
| |_|/ |/| |
* | | Typo in strtol(3).pluknet2013-08-301-1/+1
* | | Add a new flag (ETHERSWITCH_VID_VALID) to say what vlangroups are in use.loos2013-07-231-1/+2
* | | Fix the usage error message. The valid range is up to max. vlan - 1 since vl...loos2013-07-231-1/+3
* | | mdoc: new sentence, new line.joel2013-05-081-2/+4
* | | Add vlan configuration support to etherswitchcfg.adrian2013-05-082-10/+242
* | | Convert over the etherswitch framework to use VLAN IDs per port, ratheradrian2013-04-222-10/+11
* | | etherswitchcfg(8) crashes when you don't set vlangroup members.adrian2013-04-221-2/+5
* | | Initialise this to zero before using it to configure the vlangroupadrian2013-04-221-0/+1
| |/ |/|
* | Fix warnings found by -Wmising-variable-declarations.ed2012-10-192-4/+4
|/
* Fixes to man8 groff mandoc style, usage mistakes, or typos.wblock2012-05-241-1/+2
* Remove end of line whitespace.joel2012-05-121-1/+1
* Add etherswitchcfg.adrian2012-05-114-0/+1446
OpenPOWER on IntegriCloud