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:
Ian Wienand 2018-04-16 07:22:34 +10:00
parent d27f41461b
commit 74fe242f26
1 changed files with 0 additions and 5 deletions

View File

@ -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