projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
enable TCP ECN by default (see #3001 for more information)
[openwrt.git]
/
package
/
ppp
/
files
/
pppoe.sh
diff --git
a/package/ppp/files/pppoe.sh
b/package/ppp/files/pppoe.sh
index
ba6a876
..
e1c9a20
100644
(file)
--- a/
package/ppp/files/pppoe.sh
+++ b/
package/ppp/files/pppoe.sh
@@
-6,8
+6,6
@@
setup_interface_pppoe() {
local iface="$1"
local config="$2"
local iface="$1"
local config="$2"
- config_get device "$config" device
-
for module in slhc ppp_generic pppox pppoe; do
/sbin/insmod $module 2>&- >&-
done
for module in slhc ppp_generic pppox pppoe; do
/sbin/insmod $module 2>&- >&-
done
@@
-15,12
+13,12
@@
setup_interface_pppoe() {
# make sure the network state references the correct ifname
scan_ppp "$config"
config_get ifname "$config" ifname
# make sure the network state references the correct ifname
scan_ppp "$config"
config_get ifname "$config" ifname
-
uci set "/var/state/network.$config.ifname=
$ifname"
+
set_interface_ifname "$config" "
$ifname"
config_get mtu "$cfg" mtu
mtu=${mtu:-1492}
start_pppd "$config" \
plugin rp-pppoe.so \
mtu $mtu mru $mtu \
config_get mtu "$cfg" mtu
mtu=${mtu:-1492}
start_pppd "$config" \
plugin rp-pppoe.so \
mtu $mtu mru $mtu \
- "nic-$
devi
ce"
+ "nic-$
ifa
ce"
}
}
This page took
0.023051 seconds
and
4
git commands to generate.