From patchwork Tue Feb 13 20:40:39 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [RFC,3/5] fff-firewall: clean up v6 rules on prepare From: Tim Niemeyer X-Patchwork-Id: 790 Message-Id: <20180213204041.17528-3-tim@tn-x.org> To: franken-dev@freifunk.net Date: Tue, 13 Feb 2018 21:40:39 +0100 Signed-off-by: Tim Niemeyer --- src/packages/fff/fff-firewall/files/usr/lib/firewall.d/00-prepare | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/packages/fff/fff-firewall/files/usr/lib/firewall.d/00-prepare b/src/packages/fff/fff-firewall/files/usr/lib/firewall.d/00-prepare index 4807e61..5a1b9aa 100644 --- a/src/packages/fff/fff-firewall/files/usr/lib/firewall.d/00-prepare +++ b/src/packages/fff/fff-firewall/files/usr/lib/firewall.d/00-prepare @@ -4,3 +4,6 @@ ebtables -X iptables -F iptables -X + +ip6tables -F +ip6tables -X