Update build_nat_network.sh

This commit is contained in:
spiritlhl 2023-08-21 22:58:28 +08:00 committed by GitHub
parent 999f061ef7
commit 80b0fcdf64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -264,6 +264,8 @@ iptables-save | awk '{if($1=="COMMIT"){delete x}}$1=="-A"?!x[$0]++:1' | iptables
if [ -f "/usr/local/bin/ndpresponder" ]; then
systemctl daemon-reload
systemctl enable ndpresponder.service
systemctl start ndpresponder.service
systemctl status ndpresponder.service
fi
# 删除可能存在的原有的网卡配置