summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Southworth <john.southworth@vyatta.com>2012-08-09 16:51:50 -0700
committerJohn Southworth <john.southworth@vyatta.com>2012-08-09 16:53:11 -0700
commitbc907cff82835e3deac8743c58ddde3e8624d6b1 (patch)
tree8a5d52914608a0bb1ce2dcd551856c9aad41064c
parent91a6136a4863fd0abb97100e14da1de300896ed1 (diff)
downloadvyatta-cfg-firewall-bc907cff82835e3deac8743c58ddde3e8624d6b1.tar.gz
vyatta-cfg-firewall-bc907cff82835e3deac8743c58ddde3e8624d6b1.zip
Bugfix 8271: Remove Vestigial VRRP hooks. The implementation changed and these are no longer needed.
-rw-r--r--scripts/firewall/firewall.init.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/firewall/firewall.init.in b/scripts/firewall/firewall.init.in
index 8aca606..2759647 100644
--- a/scripts/firewall/firewall.init.in
+++ b/scripts/firewall/firewall.init.in
@@ -64,18 +64,6 @@ start () {
iptables -t raw -I VYATTA_CT_HELPER -p tcp --dport 1525 -j CT --helper tns
iptables -t raw -A VYATTA_CT_HELPER -j RETURN
- # setup vrrp backup transition chain
- # we need to filter traffic to the vrrp mac addresses
- # on the vrrp backup router before we do anything else.
- iptables -t raw -N VYATTA_VRRP_FILTER
- iptables -t raw -A VYATTA_VRRP_FILTER -j RETURN
- iptables -t raw -A PREROUTING -j VYATTA_VRRP_FILTER
-
- iptables -t raw -N VYATTA_VRRP_OUTPUT_FILTER
- iptables -t raw -A VYATTA_VRRP_OUTPUT_FILTER -j RETURN
- iptables -t raw -I OUTPUT -j VYATTA_VRRP_OUTPUT_FILTER
-
-
# set up notrack chains/rules for IPv4
# by default, nothing is tracked.
iptables -t raw -N VYATTA_CT_PREROUTING_HOOK