diff options
author | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2002-10-05 22:25:34 +0000 |
---|---|---|
committer | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2002-10-05 22:25:34 +0000 |
commit | 7f6127b84d2840658d81458dbf932b70ebfba755 (patch) | |
tree | d57c78fcbfbf6ed2b69d8bd633ac2ff6f7531eda /regress/sbin/pfctl/pf24.ok | |
parent | aaa447fdd60579ed8532b32ffacedbf15393847b (diff) |
Expand {} lists from left to right, so 'pass in from { a, b } to any'
becomes '@0 pass in from a to any @1 pass in from b to any' instead of
the other way around. Patch from Camiel Dobbelaar.
Diffstat (limited to 'regress/sbin/pfctl/pf24.ok')
-rw-r--r-- | regress/sbin/pfctl/pf24.ok | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sbin/pfctl/pf24.ok b/regress/sbin/pfctl/pf24.ok index b3706bf7118..e4dd1868d87 100644 --- a/regress/sbin/pfctl/pf24.ok +++ b/regress/sbin/pfctl/pf24.ok @@ -3,5 +3,5 @@ b = ftp c = ssh ftp d = ssh ftp ssh ftp e = ssh ftp ftp test ssh ftp -@0 pass in proto tcp from any to any port = ftp -@1 pass in proto tcp from any to any port = ssh +@0 pass in proto tcp from any to any port = ssh +@1 pass in proto tcp from any to any port = ftp |