diff options
author | harti <harti@FreeBSD.org> | 2003-08-14 15:27:32 +0000 |
---|---|---|
committer | harti <harti@FreeBSD.org> | 2003-08-14 15:27:32 +0000 |
commit | 14903b1421503555424c8812e40b53c4e13bb129 (patch) | |
tree | 868e3e3631dce33ea2f8acc0c63c7f3480c1fdef /share | |
parent | 941eda46ed7265c222950da5f31fad99560efa06 (diff) | |
download | FreeBSD-src-14903b1421503555424c8812e40b53c4e13bb129.zip FreeBSD-src-14903b1421503555424c8812e40b53c4e13bb129.tar.gz |
Now that routes for IP over ATM may look much more complex than before,
use the atmconfig(8) utility instead of route(8) to install those routes.
For this we need a new rc.conf variable natm_static_routes that works
just like static_routes except that the referenced routes use the syntax
of atmconfig(8).
Okay'ed by: mtm
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/rc.conf.5 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 8a8ff6a..4937d2d 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -1551,6 +1551,19 @@ variable is assumed to exist whose contents will later be passed to a .Dq Nm route Cm add Fl inet6 operation. +.It Va natm_static_routes +.Pq Vt str +The +.Xr natmip 4 +equivalent of +.Va static_routes . +If not empty then for each whitespace separated +.Ar element +in the value, a +.Va route_ Ns Aq Ar element +variable is assumed to exist whose contents will later be passed to a +.Dq Nm atmconfig Cm natm Cm add +operation. .It Va gateway_enable .Pq Vt bool If set to |