1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Fix mptcp script

This commit is contained in:
Ycarus 2018-02-24 14:30:42 +01:00
parent 92fbb3144f
commit 74c76481b9
7 changed files with 141 additions and 114 deletions

View file

@ -0,0 +1,8 @@
#!/bin/sh
uci -q batch <<-EOF
delete ucitrack.@macvlan[-1]
add ucitrack macvlan
set ucitrack.@macvlan[-1].init=macvlan
add_list ucitrack.@network[-1].affects=macvlan
commit ucitrack
EOF