Skip to content
Snippets Groups Projects
Commit ee3a4c2e authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

base-file: cleanup ipv6 enabling in unbridge

SVN-Revision: 25473
parent e08740c7
No related branches found
No related tags found
No related merge requests found
......@@ -416,9 +416,7 @@ unbridge() {
for brdev in $(brctl show | awk '$2 ~ /^[0-9].*\./ { print $1 }'); do
brctl delif "$brdev" "$dev" 2>/dev/null >/dev/null
do_sysctl net.ipv6.conf.$dev.disable_ipv6 0
[ "${dev##wlan}" != "$dev" ] && \
do_sysctl net.ipv6.conf.mon.$dev.disable_ipv6 0
do_sysctl "net.ipv6.conf.$dev.disable_ipv6" 0
done
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment