diff options
author | 2003-05-01 16:21:02 +0000 | |
---|---|---|
committer | 2003-05-01 16:21:02 +0000 | |
commit | 96c417f917cc2c5a6ee3874af2889cd5f2d531b0 (patch) | |
tree | 4a3dc3a70304287300f2719afbabd388c5297337 | |
parent | label on antispoof (diff) | |
download | wireguard-openbsd-96c417f917cc2c5a6ee3874af2889cd5f2d531b0.tar.xz wireguard-openbsd-96c417f917cc2c5a6ee3874af2889cd5f2d531b0.zip |
BNF update for label on antispoof
-rw-r--r-- | share/man/man5/pf.conf.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index bdce559c667..e3ec617f1f6 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.227 2003/04/29 12:44:14 henning Exp $ +.\" $OpenBSD: pf.conf.5,v 1.228 2003/05/01 16:21:02 henning Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -2011,7 +2011,8 @@ rdr-rule = [ no ] rdr [ on ifspec ] [ af ] [ protospec ] [ portspec ] ] [ pooltype ] antispoof-rule = antispoof [ log ] [ quick ] - for ( interface-name | { interface-list } ) [ af ] + for ( interface-name | { interface-list } ) + [ af ] [ label ] table-rule = table < tablename > [ tableopts-list ] tableopts-list = tableopts-list tableopts | tableopts |