Skip to content
Snippets Groups Projects
Commit 0d253371 authored by Travis Kemen's avatar Travis Kemen
Browse files

This patch lets netconfig support the asus wl-500w. Signed-off-by: Ben Pfountz <netprince@vt.edu>

SVN-Revision: 11070
parent 162a814e
No related branches found
No related tags found
No related merge requests found
...@@ -132,6 +132,12 @@ start() { ...@@ -132,6 +132,12 @@ start() {
c["vlan0ports"]="0 1 2 3 5*" c["vlan0ports"]="0 1 2 3 5*"
c["vlan1ports"]="4 5" c["vlan1ports"]="4 5"
} }
if (model == "ASUS WL-500W") {
c["lan_ifname"] = "eth0"
c["wan_ifname"] = "eth1"
c["vlan0ports"] = "0 1 2 3 4 5u"
c["vlan1ports"] = ""
}
print "#### VLAN configuration " print "#### VLAN configuration "
print "config switch eth0" print "config switch eth0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment