1 # DO NOT EDIT - This file is being maintained by Chef
 
   5 # ZONE  INTERFACE       OPTIONS
 
   6 <% node[:networking][:interfaces].each do |name,interface| -%>
 
   7 <% if interface[:interface] && interface[:family] == "inet" -%>
 
   8 <% if interface[:role] == "internal" -%>
 
   9 loc     <%= interface[:interface] %>            nosmurfs,tcpflags
 
  10 <% elsif interface[:role] == "external" -%>
 
  11 net     <%= interface[:interface] %>            nosmurfs,tcpflags
 
  15 loc     wg+             nosmurfs,tcpflags