Remove apply of iptables rules for gentoo
This is applying the iptables rules during the build on the builder. This will need to be converted into a script to run on boot or similar. Change-Id: Icc753013f218c3e4f04031c2fdbc7b32a534d887
This commit is contained in:
@ -101,8 +101,3 @@ fw_custom_after_finished() {
|
||||
}
|
||||
EOF
|
||||
fi
|
||||
|
||||
if [[ "$DISTRO_NAME" =~ 'gentoo' ]] ; then
|
||||
/sbin/iptables-restore $ipv4_rules
|
||||
/sbin/ip6tables-restore $ipv6_rules
|
||||
fi
|
||||
|
Reference in New Issue
Block a user