freebsd-dev/sbin/route
Julian Elischer 914b41c2dc 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.
1996-08-09 22:52:02 +00:00
..
ccitt_addr.c BSD 4.4 Lite sbin Sources 1994-05-26 06:35:07 +00:00
keywords changes to allow route to manipulate appletalk routes. 1996-07-09 19:02:28 +00:00
Makefile Reviewed by: julian 1996-08-09 22:52:02 +00:00
route.8 Reviewed by: julian 1996-08-09 22:52:02 +00:00
route.c Reviewed by: julian 1996-08-09 22:52:02 +00:00