mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Mention that using MYADDR and HISADDR with ``set filter''
will result in the rules being updated any time MYADDR or HISADDR change.
This commit is contained in:
parent
509a03961f
commit
d7452b10bd
2 changed files with 34 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
.\" $Id: ppp.8,v 1.168 1999/05/12 09:48:59 brian Exp $
|
||||
.\" $Id: ppp.8,v 1.169 1999/05/16 13:39:03 brian Exp $
|
||||
.Dd 20 September 1995
|
||||
.nr XX \w'\fC00'
|
||||
.Os FreeBSD
|
||||
|
|
@ -1429,6 +1429,22 @@ are the source and destination IP number specifications. If
|
|||
.Op / Ns Ar width
|
||||
is specified, it gives the number of relevant netmask bits,
|
||||
allowing the specification of an address range.
|
||||
.Pp
|
||||
Either
|
||||
.Ar src_addr
|
||||
or
|
||||
.Ar dst_addr
|
||||
may be given the values
|
||||
.Dv MYADDR
|
||||
or
|
||||
.Dv HISADDR
|
||||
(refer to the description of the
|
||||
.Dq bg
|
||||
command for a description of these values). When these values are used,
|
||||
the filters will be updated any time the values change. This is similar
|
||||
to the behaviour of the
|
||||
.Dq add
|
||||
command below.
|
||||
.It
|
||||
.Ar Proto
|
||||
must be one of
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.\" $Id: ppp.8,v 1.168 1999/05/12 09:48:59 brian Exp $
|
||||
.\" $Id: ppp.8,v 1.169 1999/05/16 13:39:03 brian Exp $
|
||||
.Dd 20 September 1995
|
||||
.nr XX \w'\fC00'
|
||||
.Os FreeBSD
|
||||
|
|
@ -1429,6 +1429,22 @@ are the source and destination IP number specifications. If
|
|||
.Op / Ns Ar width
|
||||
is specified, it gives the number of relevant netmask bits,
|
||||
allowing the specification of an address range.
|
||||
.Pp
|
||||
Either
|
||||
.Ar src_addr
|
||||
or
|
||||
.Ar dst_addr
|
||||
may be given the values
|
||||
.Dv MYADDR
|
||||
or
|
||||
.Dv HISADDR
|
||||
(refer to the description of the
|
||||
.Dq bg
|
||||
command for a description of these values). When these values are used,
|
||||
the filters will be updated any time the values change. This is similar
|
||||
to the behaviour of the
|
||||
.Dq add
|
||||
command below.
|
||||
.It
|
||||
.Ar Proto
|
||||
must be one of
|
||||
|
|
|
|||
Loading…
Reference in a new issue