Merge "(fix) Fix br_netfilter disable persistence"

This commit is contained in:
Zuul 2019-08-15 13:27:32 +00:00 committed by Gerrit Code Review
commit 6e93527dac
1 changed files with 4 additions and 0 deletions

View File

@ -100,6 +100,10 @@ net.bridge.bridge-nf-call-ip6tables = 0
net.bridge.bridge-nf-call-iptables = 0 net.bridge.bridge-nf-call-iptables = 0
net.bridge.bridge-nf-call-arptables = 0 net.bridge.bridge-nf-call-arptables = 0
EOF EOF
cat << EOF | sudo tee /etc/udev/rules.d/99-bridge.rules
ACTION=="add", SUBSYSTEM=="module", KERNEL=="br_netfilter", \
RUN+="/lib/systemd/systemd-sysctl --prefix=/net/bridge"
EOF
besteffort sudo sysctl -p /etc/sysctl.d/60-bridge.conf besteffort sudo sysctl -p /etc/sysctl.d/60-bridge.conf
if [[ ${REQUIRE_RELOG} -eq 1 ]]; then if [[ ${REQUIRE_RELOG} -eq 1 ]]; then