]> git.openstreetmap.org Git - chef.git/blob - cookbooks/networking/templates/default/shorewall-rules.erb
Add VPN tunnel from fafnir to IC
[chef.git] / cookbooks / networking / templates / default / shorewall-rules.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 SECTION NEW
4
5 # ACTION        SOURCE  DEST    PROTO           DEST            SOURCE  ORIGINAL        RATE
6 #                                               PORTS           PORTS   DEST            LIMIT
7 <% @rules.each do |r| -%>
8 <%= r[:action] %>               <%= r[:source] %>       <%= r[:dest] %> <%= r[:proto] %>                <%= r[:dest_ports] %>   <%= r[:source_ports] %> -       <%= r[:rate_limit] %>
9 <% end -%>