diff options
-rw-r--r-- | regress/sbin/pfctl/pf59.in | 2 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf59.ok | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/regress/sbin/pfctl/pf59.in b/regress/sbin/pfctl/pf59.in index 6429df40810..880f1fa7a61 100644 --- a/regress/sbin/pfctl/pf59.in +++ b/regress/sbin/pfctl/pf59.in @@ -1,4 +1,4 @@ #tests an edge case in LOOP_THROUGH behaviour, the one loop despite the #list is empty -altq on { lo0 tun0 } priq bandwidth 10Mb queue q_def +altq on { lo0 tun0 } priq bandwidth 10Mb tbrsize 1824 queue q_def queue q_def priq(default) diff --git a/regress/sbin/pfctl/pf59.ok b/regress/sbin/pfctl/pf59.ok index af26012bc4a..186c72d2c40 100644 --- a/regress/sbin/pfctl/pf59.ok +++ b/regress/sbin/pfctl/pf59.ok @@ -1,3 +1,3 @@ altq on lo0 priq bandwidth 10Mb tbrsize 1824 queue { q_def } -altq on tun0 priq bandwidth 10Mb tbrsize 6000 queue { q_def } +altq on tun0 priq bandwidth 10Mb tbrsize 1824 queue { q_def } queue q_def priq( default ) |