xref: /openbsd-src/regress/sys/net/pf_policy/nesting-once.conf (revision 44f1544a0749abac845e541cd856c4ec059c4742)
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