This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
mwan3: don't add ipv6 link local address to routing tables
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
lilik-openwrt-22.03
Aaron Goodman
5 years ago
parent
02ebd831c1
commit
aafdd0730c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/mwan3/files/lib/mwan3/mwan3.sh
+ 1
- 1
net/mwan3/files/lib/mwan3/mwan3.sh
View File
@ -74,7 +74,7 @@ mwan3_rtmon_ipv6()
local
ret
=
1
local
tbl
=
""
mkdir -p /tmp/mwan3rtmon
(
$IP6
route list table main
|
grep -v
"^default\|^::/0\|^unreachable"
|
sort -n
;
echo
empty fixup
)
>/tmp/mwan3rtmon/ipv6.main
(
$IP6
route list table main
|
grep -v
"^default\|^::/0\|^
fe80::/64\|^
unreachable"
|
sort -n
;
echo
empty fixup
)
>/tmp/mwan3rtmon/ipv6.main
while
uci get mwan3.@interface
[
$idx
]
>/dev/null 2>
&
1
;
do
idx
=
$((
idx+1
))
tid
=
$idx
Write
Preview
Loading…
Cancel
Save