diff options
author | Brandon Stepler <brandon@stepler.net> | 2021-02-10 21:30:00 -0500 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-04-20 19:38:56 +0200 |
commit | af9e3958cdcb20531c1f9394488482ac28c71072 (patch) | |
tree | 288405265d3a376887f839354d9a8e64a3f6cd9f | |
parent | b4b27f81cb37d9f9b894139b4e72d16d557a3bec (diff) | |
download | vyatta-cfg-firewall-af9e3958cdcb20531c1f9394488482ac28c71072.tar.gz vyatta-cfg-firewall-af9e3958cdcb20531c1f9394488482ac28c71072.zip |
conntrack: T3290: remove references to removed GRE plugins
(cherry picked from commit 55fe5936b39b9ba20b6ac927f3b8930ed2d0af60)
-rw-r--r-- | scripts/firewall/firewall.init.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/firewall/firewall.init.in b/scripts/firewall/firewall.init.in index d6d2be8..6dc69cf 100644 --- a/scripts/firewall/firewall.init.in +++ b/scripts/firewall/firewall.init.in @@ -37,7 +37,6 @@ declare -a modules=( nf_nat nf_nat_ftp nf_nat_tftp - nf_nat_proto_gre nf_nat_sip nf_nat_h323 nf_nat_pptp) |