diff options
-rw-r--r-- | regress/sbin/pfctl/Makefile | 6 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf59.in | 2 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf59.ok | 3 |
3 files changed, 8 insertions, 3 deletions
diff --git a/regress/sbin/pfctl/Makefile b/regress/sbin/pfctl/Makefile index ee4749a0ba0..e5bfa002c5a 100644 --- a/regress/sbin/pfctl/Makefile +++ b/regress/sbin/pfctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.107 2003/03/08 14:24:20 henning Exp $ +# $OpenBSD: Makefile,v 1.108 2003/03/09 18:04:29 henning Exp $ # TARGETS # pf: feed pfNN.in through pfctl and check wether the output matches pfNN.ok @@ -12,7 +12,7 @@ PFTESTS=1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 PFTESTS+=28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 -PFTESTS+=51 52 53 54 55 56 57 58 +PFTESTS+=51 52 53 54 55 56 57 58 59 PFFAIL=1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 PFFAIL+=28 29 30 PFSIMPLE=1 2 @@ -20,7 +20,7 @@ PFSETUP=1 2 3 PFLOAD=1 2 3 4 5 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 23 24 25 26 27 28 29 PFLOAD+=30 31 32 34 36 38 39 40 44 46 47 49 54 56 # disabled; no altq in anchors -# PFLOAD+=33 35 37 42 43 45 51 58 +# PFLOAD+=33 35 37 42 43 45 51 58 59 # disabled; no table def in anchors # PFLOAD+=48 # only testing parser, load test would be useless diff --git a/regress/sbin/pfctl/pf59.in b/regress/sbin/pfctl/pf59.in new file mode 100644 index 00000000000..88f07f9f704 --- /dev/null +++ b/regress/sbin/pfctl/pf59.in @@ -0,0 +1,2 @@ +altq on { lo0 tun0 } priq bandwidth 10Mb queue q_def +queue q_def priq(default) diff --git a/regress/sbin/pfctl/pf59.ok b/regress/sbin/pfctl/pf59.ok new file mode 100644 index 00000000000..af26012bc4a --- /dev/null +++ b/regress/sbin/pfctl/pf59.ok @@ -0,0 +1,3 @@ +altq on lo0 priq bandwidth 10Mb tbrsize 1824 queue { q_def } +altq on tun0 priq bandwidth 10Mb tbrsize 6000 queue { q_def } +queue q_def priq( default ) |