diff options
author | brian <brian@FreeBSD.org> | 1999-06-01 08:46:53 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1999-06-01 08:46:53 +0000 |
commit | 4b1ce7da0de7c8d73b6062b28913a9383bf9adff (patch) | |
tree | b5d93afc1929369e11226cbc241171017a76fe40 /usr.sbin/ppp/ppp.8.m4 | |
parent | 327b9c7ba334e7fe6cc93086bd750078d56f73fa (diff) | |
download | FreeBSD-src-4b1ce7da0de7c8d73b6062b28913a9383bf9adff.zip FreeBSD-src-4b1ce7da0de7c8d73b6062b28913a9383bf9adff.tar.gz |
Mention that using MYADDR and HISADDR with ``set filter''
will result in the rules being updated any time MYADDR
or HISADDR change.
Diffstat (limited to 'usr.sbin/ppp/ppp.8.m4')
-rw-r--r-- | usr.sbin/ppp/ppp.8.m4 | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4 index e435d78..17eab5e 100644 --- a/usr.sbin/ppp/ppp.8.m4 +++ b/usr.sbin/ppp/ppp.8.m4 @@ -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 |