diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-12-20 21:18:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-12-20 21:18:40 +0000 |
commit | 524b22e44ac44d3bae6f1e448f2fd86d999f3598 (patch) | |
tree | 087d152263e944bc1c6a65dded8be5f95a65147a /sbin | |
parent | 869a6fe97dd3b49d127474dee1d6d46b8ec9e04e (diff) |
document "default" argument
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/route/route.8 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sbin/route/route.8 b/sbin/route/route.8 index 4e831b1403b..8db6b075c48 100644 --- a/sbin/route/route.8 +++ b/sbin/route/route.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: route.8,v 1.25 2000/07/27 20:12:25 angelos Exp $ +.\" $OpenBSD: route.8,v 1.26 2000/12/20 21:18:39 deraadt Exp $ .\" $NetBSD: route.8,v 1.6 1995/03/18 15:00:13 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -190,6 +190,12 @@ A more detailed syntax is also available, for example is interpreted to specify that the high 20 bits of the address 192.168.64.0 are the requested network. .Pp +As a special case, the default route can be accessed using an +argument of +.Dq default +for +.Ar destination . +.Pp If the destination is directly reachable via an interface requiring no intermediary system to act as a gateway, the |