Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/route PR/14286: reed%reedmedia.net@localhost: Explain default.



details:   https://anonhg.NetBSD.org/src/rev/32c9cc329109
branches:  trunk
changeset: 516200:32c9cc329109
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Oct 18 13:42:32 2001 +0000

description:
PR/14286: reed%reedmedia.net@localhost: Explain default.

diffstat:

 sbin/route/route.8 |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 474d2494d573 -r 32c9cc329109 sbin/route/route.8
--- a/sbin/route/route.8        Thu Oct 18 12:35:44 2001 +0000
+++ b/sbin/route/route.8        Thu Oct 18 13:42:32 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: route.8,v 1.24 2001/07/20 08:28:25 itojun Exp $
+.\"    $NetBSD: route.8,v 1.25 2001/10/18 13:42:32 christos Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -197,6 +197,14 @@
 is interpreted as
 .Li 128.32.130.0 .
 .Pp
+The keyword
+.Cm default
+can be used as the
+.Ar destination
+to set up a default route to a smart
+.Ar gateway.
+If no other routes match, this default route will be used as a last resort.
+.Pp
 If the destination is directly reachable
 via an interface requiring
 no intermediary system to act as a gateway, the



Home | Main Index | Thread Index | Old Index