Commit Graph

12 Commits (69355ee10ed6f1f5815641ad0c58783d28cf37d0)

Author SHA1 Message Date
Gabor Juhos f7cc3d576c swconfig: Add cpu port index to help output.
Let swconfig provide the cpu port index in its help page. This is
needed as e.g. Atheros switches have their cpu port at port 0, not
port 5.

This could allow e.g. luci to get a rough overview of the layout of
the switch.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>

SVN-Revision: 20939
14 years ago
Gabor Juhos e1079c515a swconfig: Fix switch name.
This patch fixes a small typo in swconfig's client side that caused
it to print the interface name instead of the switch's device name
on the help page.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>

SVN-Revision: 20938
14 years ago
Felix Fietkau e4dadf438e swconfig: Remove unused code
Signed-off-by: Martin Mares <mj@ucw.cz>

SVN-Revision: 19758
15 years ago
Felix Fietkau 1d1e4d1035 swconfig: add copyright for Martin Mares
Signed-off-by: Martin Mares <mj@ucw.cz>

SVN-Revision: 19642
15 years ago
Felix Fietkau 7dcd4af070 swconfig: use print_attr_val() in CMD_GET
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
15 years ago
Felix Fietkau b7d662dce8 swconfig: add show command
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
15 years ago
Felix Fietkau cfb74b3b81 swconfig: clean up command line parsing
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
15 years ago
Gabor Juhos 428f066b77 swconfig: show tagged port flag
SVN-Revision: 19238
15 years ago
Felix Fietkau 54bbc30687 swconfig: support providing the switch device name in an option instead of the section name - necessary to support switches that contain characters such as "-"
SVN-Revision: 19208
15 years ago
Felix Fietkau ad9d1857a5 swconfig: use libnl-tiny instead of libnl
SVN-Revision: 15508
15 years ago
Felix Fietkau 2fe29deb90 swconfig: implement uci loading support
SVN-Revision: 15315
15 years ago
Felix Fietkau 487c622ac0 add new switch configuration api
SVN-Revision: 13009
16 years ago