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.in | |
parent | 2e5252c49a70e57114f167f79929af87493833e2 (diff) |
move '!' from host_list to host: "xhost : '!' host | host;"; ok dhartmei@
Diffstat (limited to 'regress/sbin/pfctl/pf8.in')
-rw-r--r-- | regress/sbin/pfctl/pf8.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf8.in b/regress/sbin/pfctl/pf8.in new file mode 100644 index 00000000000..fd625c7deaf --- /dev/null +++ b/regress/sbin/pfctl/pf8.in @@ -0,0 +1,2 @@ +extern = "{ ! 10.0.0.0/8, 10.1.2.3 }" +block out log on rl0 from $extern to any |