diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-08-28 12:17:05 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-08-28 12:17:05 +0000 |
commit | 2bfaabeb4bbcde09c7f481379268a5acd248fdec (patch) | |
tree | 68873ace3e35169d210ffc6325769867e5e628dd /regress/sbin/pfctl/pf8.ok | |
parent | 2e5252c49a70e57114f167f79929af87493833e2 (diff) |
move '!' from host_list to host: "xhost : '!' host | host;"; ok dhartmei@
Diffstat (limited to 'regress/sbin/pfctl/pf8.ok')
-rw-r--r-- | regress/sbin/pfctl/pf8.ok | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf8.ok b/regress/sbin/pfctl/pf8.ok new file mode 100644 index 00000000000..535f0e03b94 --- /dev/null +++ b/regress/sbin/pfctl/pf8.ok @@ -0,0 +1,3 @@ +extern = { ! 10.0.0.0/8, 10.1.2.3 } +@1 block out log on rl0 from 10.1.2.3 to any +@1 block out log on rl0 from ! 10.0.0.0/255.0.0.0 to any |