diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2014-06-24 12:42:00 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2014-06-24 12:42:00 +0000 |
commit | c1c973c638d40df069031dd2125ecabf9d4ca456 (patch) | |
tree | cf23fbf4dec0b37b8f1f4981b82bc8af35b57848 /regress/sbin/pfctl/pf39.ok | |
parent | 817fc0caccdd7f2bd4a66f40c76eef91afbca4fe (diff) |
Fixup the test after new queue code has been added.
You can't load a ruleset with undefined queues into the anchor.
Change the test to use "set prio" since the whole purpose of it
is to test the flexibility of the pf.conf language, not a
particular queue feature.
Diffstat (limited to 'regress/sbin/pfctl/pf39.ok')
-rw-r--r-- | regress/sbin/pfctl/pf39.ok | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/regress/sbin/pfctl/pf39.ok b/regress/sbin/pfctl/pf39.ok index 3ec0067cdfb..719c3d0cf43 100644 --- a/regress/sbin/pfctl/pf39.ok +++ b/regress/sbin/pfctl/pf39.ok @@ -11,14 +11,14 @@ o_keep = "keep state " o_fragment = "fragment " o_allowopts = "allow-opts " o_label = "label blah" -o_qname = "queue blah" +o_prio = "set prio 2" pass in log quick on lo0 inet proto tcp all tos 0x08 fragment label "blah" -pass in log quick on lo0 inet proto tcp all user = 3 group = 32767 flags S/SA tos 0x08 set ( queue blah ) allow-opts label "blah" -pass in log quick on lo0 inet proto tcp all user = 3 group = 0 flags S/SA tos 0x08 set ( queue blah ) allow-opts label "blah" -pass in log quick on lo0 inet proto tcp all user = 0 group = 32767 flags S/SA tos 0x08 set ( queue blah ) allow-opts label "blah" -pass in log quick on lo0 inet proto tcp all user = 0 group = 0 flags S/SA tos 0x08 set ( queue blah ) allow-opts label "blah" -pass in log quick on lo0 inet proto icmp all icmp-type echorep code 0 set ( queue blah ) label "blah" +pass in log quick on lo0 inet proto tcp all user = 3 group = 32767 flags S/SA tos 0x08 set ( prio 2 ) allow-opts label "blah" +pass in log quick on lo0 inet proto tcp all user = 3 group = 0 flags S/SA tos 0x08 set ( prio 2 ) allow-opts label "blah" +pass in log quick on lo0 inet proto tcp all user = 0 group = 32767 flags S/SA tos 0x08 set ( prio 2 ) allow-opts label "blah" +pass in log quick on lo0 inet proto tcp all user = 0 group = 0 flags S/SA tos 0x08 set ( prio 2 ) allow-opts label "blah" +pass in log quick on lo0 inet proto icmp all icmp-type echorep code 0 set ( prio 2 ) label "blah" pass in log quick on lo0 inet proto tcp all flags S/SA -pass in log quick on lo0 inet proto tcp all flags S/SA tos 0x08 set ( queue blah ) label "blah" +pass in log quick on lo0 inet proto tcp all flags S/SA tos 0x08 set ( prio 2 ) label "blah" pass in log quick on lo0 inet proto icmp all icmp-type echorep code 0 tos 0x08 pass in log quick on lo0 inet proto tcp all flags S/SA allow-opts |