mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Merge branch 'test' into develop
This commit is contained in:
commit
f57be34d99
4 changed files with 9 additions and 2 deletions
|
@ -55,7 +55,7 @@ _disable_openvpnbonding()
|
|||
{
|
||||
name=$1
|
||||
if [ "$(echo $name | grep omr_bonding)" != "" ]; then
|
||||
uci -q set openvpn.${name}.enabled='0'
|
||||
uci -q del openvpn.${name}.enabled
|
||||
uci -q batch <<-EOF >/dev/null
|
||||
del network.omrvpn.bonding_policy
|
||||
del network.omrvpn.packets_per_slave
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue