mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
mwan3: don't add ipv6 link local address to routing tables
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
(cherry picked from commit aafdd0730c)
This commit is contained in:
committed by
Florian Eckert
parent
a3c399d01f
commit
ffce45e365
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user