]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/pfctl/tests/files/pf0039.in
contrib/tzdata: import tzdata 2020f
[FreeBSD/FreeBSD.git] / sbin / pfctl / tests / files / pf0039.in
1 #test random ordered opts
2
3 body1="pass in log quick on lo0 inet proto icmp all "
4 body2="pass in log quick on lo0 inet proto tcp all "
5 o_user="user root "
6 o_user2="user bin "
7 o_group="group wheel "
8 o_group2="group nobody "
9 o_flags="flags S/SA "
10 o_icmpspec="icmp-type 0 code 0 "
11 o_tos="tos 0x08 "
12 o_keep="keep state "
13 o_fragment="fragment "
14 o_allowopts="allow-opts "
15 o_label="label blah"
16 o_prio="set prio 2"
17
18 $body2 $o_fragment $o_keep $o_label $o_tos
19 $body2 $o_user $o_prio $o_tos $o_keep $o_group $o_label $o_allowopts \
20 $o_user2 $o_group2
21 $body1 $o_icmpspec $o_keep $o_label $o_prio
22 $body2 $o_keep
23 $body2 $o_label $o_keep $o_prio $o_tos
24 $body1 $o_icmpspec $o_tos
25 $body2 $o_flags $o_allowopts