aboutsummaryrefslogtreecommitdiffstats
path: root/package/swconfig/src
Commit message (Collapse)AuthorAgeFilesLines
* swconfig: Remove unused codeFelix Fietkau2010-02-191-6/+0
| | | | | | Signed-off-by: Martin Mares <mj@ucw.cz> SVN-Revision: 19758
* swconfig: add copyright for Martin MaresFelix Fietkau2010-02-151-0/+1
| | | | | | Signed-off-by: Martin Mares <mj@ucw.cz> SVN-Revision: 19642
* swconfig: use print_attr_val() in CMD_GETFelix Fietkau2010-02-151-17/+2
| | | | | | | | | Use the print_attr_val() function introduced by the previous patch to simplify the get command. Signed-off-by: Martin Mares <mj@ucw.cz> SVN-Revision: 19641
* swconfig: add show commandFelix Fietkau2010-02-151-1/+88
| | | | | | | | | Add a "show" command, which displays all attributes of the selected port, VLAN, or of the whole switch. Signed-off-by: Martin Mares <mj@ucw.cz> SVN-Revision: 19640
* swconfig: clean up command line parsingFelix Fietkau2010-02-151-45/+35
| | | | | | | | | The command line parser was unsystematic and it silently ignored many illegal combinations of options. Try to clean that up. Signed-off-by: Martin Mares <mj@ucw.cz> SVN-Revision: 19639
* swconfig: show tagged port flagGabor Juhos2010-01-201-2/+6
| | | | SVN-Revision: 19238
* swconfig: support providing the switch device name in an option instead of ↵Felix Fietkau2010-01-181-0/+18
| | | | | | the section name - necessary to support switches that contain characters such as "-" SVN-Revision: 19208
* swconfig: use libnl-tiny instead of libnlFelix Fietkau2009-04-301-5/+10
| | | | SVN-Revision: 15508
* swconfig: implement uci loading supportFelix Fietkau2009-04-215-62/+361
| | | | SVN-Revision: 15315
* add new switch configuration apiFelix Fietkau2008-10-184-0/+1094
SVN-Revision: 13009