diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/firewall/firewall.init.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/firewall/firewall.init.in b/scripts/firewall/firewall.init.in index 07c32f8..bcc23ba 100644 --- a/scripts/firewall/firewall.init.in +++ b/scripts/firewall/firewall.init.in @@ -48,6 +48,12 @@ start () { for mod in ${modules[@]} ; do modprobe --syslog $mod done + # 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 # set up notrack chains/rules for IPv4 # by default, nothing is tracked. |
