xref: /openbsd/regress/sbin/pfctl/pf39.in (revision 3d8817e4)
1#test random ordered opts
2
3body1="pass in log quick on lo0 inet proto icmp all "
4body2="pass in log quick on lo0 inet proto tcp all "
5o_user="user root "
6o_user2="user bin "
7o_group="group wheel "
8o_group2="group nobody "
9o_flags="flags S/SA "
10o_icmpspec="icmp-type 0 code 0 "
11o_tos="tos 0x08 "
12o_keep="keep state "
13o_fragment="fragment "
14o_allowopts="allow-opts "
15o_label="label blah"
16o_qname="queue blah"
17
18$body2 $o_fragment $o_keep $o_label $o_tos
19$body1 $o_user $o_qname $o_tos $o_keep $o_group $o_label $o_allowopts \
20$o_user2 $o_icmpspec $o_group2
21$body2 $o_keep
22$body2 $o_label $o_keep $o_qname $o_tos
23$body1 $o_icmpspec $o_tos
24$body2 $o_flags $o_allowopts
25