diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-03-09 22:23:32 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-03-09 22:23:32 +0000 |
commit | 64ed60e4e4e1696c050bcba8e8d4b387fff269dc (patch) | |
tree | 854383fbdcea34f9ab2765dffdf2f24e79e7774e /regress/sbin | |
parent | 6fe855dbf8108e6b560d65a8020e58d2c7f9c02c (diff) |
add comments what we are testing - these tests look so simple that they
might get removed later otherwise, so make clear these are edge cases in
internals we are provoking
Diffstat (limited to 'regress/sbin')
-rw-r--r-- | regress/sbin/pfctl/pf59.in | 2 | ||||
-rw-r--r-- | regress/sbin/pfctl/pfail31.in | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf59.in b/regress/sbin/pfctl/pf59.in index 88f07f9f704..6429df40810 100644 --- a/regress/sbin/pfctl/pf59.in +++ b/regress/sbin/pfctl/pf59.in @@ -1,2 +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 queue q_def priq(default) diff --git a/regress/sbin/pfctl/pfail31.in b/regress/sbin/pfctl/pfail31.in index 8f06e2daf1a..082744f8206 100644 --- a/regress/sbin/pfctl/pfail31.in +++ b/regress/sbin/pfctl/pfail31.in @@ -1,3 +1,5 @@ +#test an edge case: LOOP_THROUGH modifies the list + lan_if = lo0 ext_if = nothere0 |