pf.conf.5: add nat-to/rdr-to to BNF
PR: 290705
MFC after: 1 week
Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd October 7, 2025
|
||||
.Dd November 3, 2025
|
||||
.Dt PF.CONF 5
|
||||
.Os
|
||||
.Sh NAME
|
||||
@@ -3460,6 +3460,12 @@ filteropt = user | group | flags | icmp-type | icmp6-type | "tos" tos |
|
||||
"dnpipe" ( number | "(" number "," number ")" ) |
|
||||
"dnqueue" ( number | "(" number "," number ")" ) |
|
||||
"ridentifier" number |
|
||||
"binat-to" ( redirhost | "{" redirhost-list "}" )
|
||||
[ portspec ] [ pooltype ] |
|
||||
"rdr-to" ( redirhost | "{" redirhost-list "}" )
|
||||
[ portspec ] [ pooltype ] |
|
||||
"nat-to" ( redirhost | "{" redirhost-list "}" )
|
||||
[ portspec ] [ pooltype ] [ "static-port" ] |
|
||||
[ ! ] "received-on" ( interface-name | interface-group )
|
||||
|
||||
nat-rule = [ "no" ] "nat" [ "pass" [ "log" [ "(" logopts ")" ] ] ]
|
||||
|
||||
Reference in New Issue
Block a user