projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[ramips] remove unused *_MACH_GENERIC config options
[openwrt.git]
/
package
/
ppp
/
files
/
pppoe.sh
diff --git
a/package/ppp/files/pppoe.sh
b/package/ppp/files/pppoe.sh
index
f33d37a
..
c0bb515
100644
(file)
--- a/
package/ppp/files/pppoe.sh
+++ b/
package/ppp/files/pppoe.sh
@@
-13,9
+13,9
@@
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 "$c
f
g" mtu
+ config_get mtu "$c
onfi
g" mtu
mtu=${mtu:-1492}
start_pppd "$config" \
plugin rp-pppoe.so \
mtu=${mtu:-1492}
start_pppd "$config" \
plugin rp-pppoe.so \
This page took
0.021773 seconds
and
4
git commands to generate.