mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 02:54:38 +00:00
interfaes: add -backhole to prefix route #3304
This commit is contained in:
parent
b7a884a0aa
commit
b8e9bde8f8
@ -207,7 +207,7 @@ for CONTENT in ${DO_CONTENTS}; do
|
||||
echo "${CONTENT}" >> ${FILE}
|
||||
# null route handling for delegated prefix
|
||||
if [ ${MD} = "prefix" ]; then
|
||||
route add -${AF} ${CONTENT} ::1
|
||||
route add -${AF} -blackhole ${CONTENT} ::1
|
||||
fi
|
||||
done
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user