diff options
Diffstat (limited to 'regress/sbin/pfctl/pf39.in')
-rw-r--r-- | regress/sbin/pfctl/pf39.in | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf39.in b/regress/sbin/pfctl/pf39.in new file mode 100644 index 00000000000..4212df1ef6b --- /dev/null +++ b/regress/sbin/pfctl/pf39.in @@ -0,0 +1,24 @@ +#test random ordered opts + +body1="pass in log quick on lo0 inet proto icmp all " +body2="pass in log quick on lo0 inet proto tcp all " +o_user="user root " +o_user2="user bin " +o_group="group wheel " +o_group2="group nobody " +o_flags="flags S/SA " +o_icmpspec="icmp-type 0 code 0 " +o_tos="tos 0x08 " +o_keep="keep state " +o_fragment="fragment " +o_allowopts="allow-opts " +o_label="label blah" +o_qname="queue blah" + +$body2 $o_fragment $o_keep $o_label $o_tos +$body1 $o_user $o_qname $o_tos $o_keep $o_group $o_label $o_allowopts \ +$o_user2 $o_icmpspec $o_group2 +$body2 $o_keep +$body2 $o_label $o_keep $o_qname $o_tos +$body1 $o_icmpspec $o_tos +$body2 $o_flags $o_allowopts |