diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-02-15 17:27:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-15 17:27:06 +0100 |
commit | 849d40f57eab839745c3828ae3ecbcabdae38929 (patch) | |
tree | 71eab5659fd74d3f54cfeb7330e5a96a14cde9e0 | |
parent | eba416df08429eead009b30b7b72a286dd194dd4 (diff) | |
parent | 55fe5936b39b9ba20b6ac927f3b8930ed2d0af60 (diff) | |
download | vyatta-cfg-firewall-849d40f57eab839745c3828ae3ecbcabdae38929.tar.gz vyatta-cfg-firewall-849d40f57eab839745c3828ae3ecbcabdae38929.zip |
Merge pull request #20 from bstepler/T3290
conntrack: T3290: remove references to removed GRE plugins
-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) |