projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
lua: remove an unnecessary check and replace switch (GET_OPCODE(i)) as well (thx...
[openwrt.git]
/
package
/
ppp
/
files
/
pppoe.sh
diff --git
a/package/ppp/files/pppoe.sh
b/package/ppp/files/pppoe.sh
index
f33d37a
..
e1c9a20
100644
(file)
--- a/
package/ppp/files/pppoe.sh
+++ b/
package/ppp/files/pppoe.sh
@@
-13,7
+13,7
@@
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}
config_get mtu "$cfg" mtu
mtu=${mtu:-1492}
This page took
0.034293 seconds
and
4
git commands to generate.