projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add a check for brctl in the unbridge() function (fixes #1417)
[openwrt.git]
/
package
/
ppp
/
files
/
pppoa.sh
diff --git
a/package/ppp/files/pppoa.sh
b/package/ppp/files/pppoa.sh
index
e6530b0
..
28e237b
100644
(file)
--- a/
package/ppp/files/pppoa.sh
+++ b/
package/ppp/files/pppoa.sh
@@
-7,6
+7,8
@@
setup_interface_pppoa() {
local config="$2"
config_get device "$config" device
local config="$2"
config_get device "$config" device
+ config_get vpi "$config" vpi
+ config_get vci "$config" vci
for module in slhc ppp_generic pppoatm; do
/sbin/insmod $module 2>&- >&-
for module in slhc ppp_generic pppoatm; do
/sbin/insmod $module 2>&- >&-
@@
-15,6
+17,6
@@
setup_interface_pppoa() {
config_get mtu "$cfg" mtu
mtu=${mtu:-1492}
start_pppd "$config" \
config_get mtu "$cfg" mtu
mtu=${mtu:-1492}
start_pppd "$config" \
- plugin pppoatm.so ${
atm_vpi:-8}.${atm_
vci:-35} \
+ plugin pppoatm.so ${
vpi:-8}.${
vci:-35} \
mtu $mtu mru $mtu
}
mtu $mtu mru $mtu
}
This page took
0.023792 seconds
and
4
git commands to generate.