From owner-freebsd-doc@FreeBSD.ORG Fri Jul 18 03:20:16 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7830637B401 for ; Fri, 18 Jul 2003 03:20:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 217E443F85 for ; Fri, 18 Jul 2003 03:20:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6IAKFUp086393 for ; Fri, 18 Jul 2003 03:20:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6IAKFXT086391; Fri, 18 Jul 2003 03:20:15 -0700 (PDT) Date: Fri, 18 Jul 2003 03:20:15 -0700 (PDT) Message-Id: <200307181020.h6IAKFXT086391@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Marc Fonvieille Subject: Re: docs/54610: [patch] adds route(8) examples to routing chapter X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Marc Fonvieille List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2003 10:20:16 -0000 The following reply was made to PR docs/54610; it has been noted by GNATS. From: Marc Fonvieille To: Josef El-Rayes Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: docs/54610: [patch] adds route(8) examples to routing chapter Date: Fri, 18 Jul 2003 12:11:01 +0200 On Fri, Jul 18, 2003 at 11:51:13AM +0200, Josef El-Rayes wrote: > >Description: > i was wondering why there is no mentioning of route(8) command in > the routing chapter, which is in my opinion very important to be mentioned > at the place so people see how to dynamically chance the routing table, > without the need to fiddle with the routed daemon. > [...] I was thinking about that since a while; there's something missing in your submission: how to "definitively" define a gateway (default route): the rc.conf line... Marc