diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-06-08 08:46:50 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-06-08 08:46:50 +0000 |
commit | 84eb493436172260ba7e053ca26252e495c4aa42 (patch) | |
tree | 1bfb6c364c03ebe02ae51780baa936c78446cdac | |
parent | 50c0a8557f10ea3b8c6a95b054a6d9b734a8d738 (diff) |
no macro concatenation
-rw-r--r-- | share/man/man5/pf.conf.5 | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 93f2c24272c..06a9f93ca33 100644 --- a/share/man/man5/pf.conf.5 +++ b/share/man/man5/pf.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.conf.5,v 1.54 2002/06/08 08:12:31 dhartmei Exp $ +.\" $OpenBSD: pf.conf.5,v 1.55 2002/06/08 08:46:49 henning Exp $ .\" .\" Copyright (c) 2001, Daniel Hartmeier .\" All rights reserved. @@ -409,12 +409,6 @@ supports macro definition and expansion like: Macro names must start with a letter and may contain letters, digits and underscores. Macros are not expanded recursively. -.Pp -Macros can be concatenated: -.Bd -literal - webservers = "{ 10.0.0.1, 10.0.0.7, 10.0.0.8, " - webservers += " 10.0.0.17, 10.0.0.25, 10.0.0.37 }" -.Ed .Sh STATEFUL INSPECTION .Em pf is a stateful packet filter, which means it can track the state of |