Hi Tom, Reading the mailing list, I realized I had a Puppet managed Macro for VRRP, which I figured should be included. Patch attached against current master, but will probably apply anywhere. It's not much, but maybe it's a start.
Thanks, James
From a3e1d435c8d118586310e8f644b8df7029acfd6b Mon Sep 17 00:00:00 2001 From: James Shubin <[email protected]> Date: Fri, 5 Apr 2013 12:33:52 -0400 Subject: [PATCH] Added VRRP macro. --- Shorewall/Macros/macro.VRRP | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Shorewall/Macros/macro.VRRP diff --git a/Shorewall/Macros/macro.VRRP b/Shorewall/Macros/macro.VRRP new file mode 100644 index 0000000..a9d5bd7 --- /dev/null +++ b/Shorewall/Macros/macro.VRRP @@ -0,0 +1,11 @@ +# +# Shorewall version 4 - VRRP Macro +# +# /usr/share/shorewall/macro.VRRP +# +# This macro handles VRRP traffic. +# +############################################################################### +#ACTION SOURCE DEST PROTO +PARAM SOURCE DEST:224.0.0.18 vrrp +#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE -- 1.8.1.4
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------------ Minimize network downtime and maximize team effectiveness. Reduce network management and security costs.Learn how to hire the most talented Cisco Certified professionals. Visit the Employer Resources Portal http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________ Shorewall-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/shorewall-devel
