mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
issue switch reset when bringing up the ethernet device
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3047 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f322fc22f2
commit
1cdf9d6687
@ -17,6 +17,7 @@ setup_eth()
|
||||
if="$(echo "$INTERFACE" | sed s,eth,et,)"
|
||||
ifconfig "$INTERFACE" up 2>&- >&-
|
||||
[ -d "/proc/switch/$INTERFACE" ] || return 0
|
||||
echo "1" > "/proc/switch/$INTERFACE/reset"
|
||||
echo "1" > "/proc/switch/$INTERFACE/enable_vlan"
|
||||
for vlan in $(seq 0 15); do
|
||||
[ "$(nvram get vlan${vlan}hwname)" = "$if" ] && {
|
||||
|
||||
@ -11,6 +11,7 @@ setup_eth()
|
||||
if="$(echo "$INTERFACE" | sed s,eth,et,)"
|
||||
ifconfig "$INTERFACE" up 2>&- >&-
|
||||
[ -d "/proc/switch/$INTERFACE" ] || return 0
|
||||
echo "1" > "/proc/switch/$INTERFACE/reset"
|
||||
echo "1" > "/proc/switch/$INTERFACE/enable_vlan"
|
||||
for vlan in $(seq 0 15); do
|
||||
[ "$(nvram get vlan${vlan}hwname)" = "$if" ] && {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user