1# $OpenBSD: nesting-once.conf,v 1.1 2023/01/09 10:21:40 sashan Exp $ 2# 3# ping succeeds 4# 5anchor "first" { 6 anchor "second" { 7 pass proto { icmp, icmp6 } all 8 anchor "third" { 9 pass quick proto {icmp, icmp6} once 10 } 11 } 12 block proto { icmp, icmp6 } all 13} 14