projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] iptables: fix layer7 patch to place the source in extensions/, I doubt...
[openwrt.git]
/
package
/
switch
/
files
/
switch.sh
diff --git
a/package/switch/files/switch.sh
b/package/switch/files/switch.sh
index
f0bd8ce
..
6517ca9
100644
(file)
--- a/
package/switch/files/switch.sh
+++ b/
package/switch/files/switch.sh
@@
-15,6
+15,12
@@
setup_switch_hw() {
echo "$evlan" > "$proc/enable_vlan"
[ -f "$proc/enable" ] && echo "$enable" > "$proc/enable"
}
echo "$evlan" > "$proc/enable_vlan"
[ -f "$proc/enable" ] && echo "$enable" > "$proc/enable"
}
+
+ local vlan
+ for vlan in `seq 0 15`; do
+ proc="/proc/switch/$dev/vlan/$vlan/ports"
+ [ -f "$proc" ] && echo "" > "$proc"
+ done
}
setup_switch_vlan() {
}
setup_switch_vlan() {
This page took
0.021459 seconds
and
4
git commands to generate.