aboutsummaryrefslogtreecommitdiffstats
path: root/package/swconfig/src/swlib.h
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-04-16 19:32:40 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-04-16 19:32:40 +0000
commitf11f6fe4002f7b5a83f064f7d339d3258f50810c (patch)
treec58ce83caf0b37bca1a0297d586b5b8ae5cd24e0 /package/swconfig/src/swlib.h
parent1a53666807a5192e3177651b7b5ef54d92505c4f (diff)
downloadupstream-f11f6fe4002f7b5a83f064f7d339d3258f50810c.tar.gz
upstream-f11f6fe4002f7b5a83f064f7d339d3258f50810c.tar.bz2
upstream-f11f6fe4002f7b5a83f064f7d339d3258f50810c.zip
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20939 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/swconfig/src/swlib.h')
-rw-r--r--package/swconfig/src/swlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/swconfig/src/swlib.h b/package/swconfig/src/swlib.h
index b3c6769de1..2c2fccd394 100644
--- a/package/swconfig/src/swlib.h
+++ b/package/swconfig/src/swlib.h
@@ -118,6 +118,7 @@ struct switch_dev {
const char *dev_name;
int ports;
int vlans;
+ int cpu_port;
struct switch_attr *ops;
struct switch_attr *port_ops;
struct switch_attr *vlan_ops;