[BACK]Return to rc CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/rc between version 1.570 and 1.571

version 1.570, 2023/01/25 10:53:15 version 1.571, 2023/04/26 14:28:09
Line 447 
Line 447 
         if ifconfig lo0 inet6 >/dev/null 2>&1; then          if ifconfig lo0 inet6 >/dev/null 2>&1; then
                 RULES="$RULES                  RULES="$RULES
                 pass out inet6 proto icmp6 all icmp6-type neighbrsol                  pass out inet6 proto icmp6 all icmp6-type neighbrsol
                 pass in inet6 proto icmp6 all icmp6-type neighbradv                  pass inet6 proto icmp6 all icmp6-type neighbradv no state
                 pass out inet6 proto icmp6 all icmp6-type routersol                  pass out inet6 proto icmp6 all icmp6-type routersol
                 pass in inet6 proto icmp6 all icmp6-type routeradv                  pass in inet6 proto icmp6 all icmp6-type routeradv
                 pass out inet6 proto udp from any port dhcpv6-client to any port dhcpv6-server                  pass out inet6 proto udp from any port dhcpv6-client to any port dhcpv6-server

Legend:
Removed from v.1.570  
changed lines
  Added in v.1.571