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_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 26