From owner-cvs-sbin Fri Aug 9 15:52:12 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA15282 for cvs-sbin-outgoing; Fri, 9 Aug 1996 15:52:12 -0700 (PDT) Received: (from julian@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA15265; Fri, 9 Aug 1996 15:52:04 -0700 (PDT) Date: Fri, 9 Aug 1996 15:52:04 -0700 (PDT) From: Julian Elischer Message-Id: <199608092252.PAA15265@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/route Makefile route.8 route.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 96/08/09 15:52:04 Modified: sbin/route Makefile route.8 route.c Log: Reviewed by: julian Submitted by: archie@whistle.com This patch allows true interface routing to be controlled from the command line.. you can now do: route add default -interface ppp0 even if you have no clue what the address at the other end is.. this is part of a set of changes that allow true "unnumbered links" such as netcom run between their sites.. In practice you should assign the address from one of your ethernet interfaces to the local side of the P2P link so that IP doesn't say that the packet comes from 255.255.255.255, but there is no need whatsoever to assign an address of any kind to the remote end of the link.. useful for frame relay links etc also. Revision Changes Path 1.6 +1 -1 src/sbin/route/Makefile 1.5 +2 -0 src/sbin/route/route.8 1.12 +43 -1 src/sbin/route/route.c