diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-07-06 10:14:50 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-07-06 10:14:50 +0000 |
commit | fe4b61a75ae33d0cb4ec836e6198e32feaed903b (patch) | |
tree | 50514a82dc5999bd741e030e5760c3e2a6020a2a /usr.sbin/rtadvd/rtadvd.8 | |
parent | c57277a44467243481c293c12c691f199fc0f185 (diff) |
sync with router renumber struct decl change.
more logs. make it very sure to close temporary socket.
Diffstat (limited to 'usr.sbin/rtadvd/rtadvd.8')
-rw-r--r-- | usr.sbin/rtadvd/rtadvd.8 | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/usr.sbin/rtadvd/rtadvd.8 b/usr.sbin/rtadvd/rtadvd.8 index 9f499a85d72..13cb1d4463d 100644 --- a/usr.sbin/rtadvd/rtadvd.8 +++ b/usr.sbin/rtadvd/rtadvd.8 @@ -1,5 +1,5 @@ -.\" $OpenBSD: rtadvd.8,v 1.11 2000/05/23 11:23:23 itojun Exp $ -.\" $KAME: rtadvd.8,v 1.8 2000/05/22 22:12:11 itojun Exp $ +.\" $OpenBSD: rtadvd.8,v 1.12 2000/07/06 10:14:47 itojun Exp $ +.\" $KAME: rtadvd.8,v 1.9 2000/05/27 13:37:01 jinmei Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. .\" All rights reserved. @@ -64,13 +64,18 @@ them as on-link prefixes. .Nm also watches the routing table. By default, if an interface direct route is -added/deleted on an advertising interface, +added/deleted on an advertising interface and no static prefixes are +specified by the configuration file, .Nm adds/deletes the corresponding prefix to/from its advertising list, respectively. The .Ic Fl s -command line option may be used to disable this behavior. +may be used to disable this behavior. +Moreover, if the status of an advertising interface changes, +.Nm +will start or stop sending router advertisements according +to the latest status. .Pp The command line options are: .Bl -tag -width indent @@ -96,7 +101,8 @@ Foreground mode (useful when debugging). Accept router renumbering requests. If you enable it, certain IPsec setup is suggested for security reasons. .It Fl s -Do not monitor routing table changes (static prefix). +Do not add or delete prefixes dynamically. +Only statically configured prefixes, if any, will be advertised. .El .Pp Upon receipt of signal |