| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
if making a interface route, and it's a P2P link,
then also automatically lable it as an llinfo entry so that
gated and friends don't clobber it..
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
slight cleanups on yesterday's patches
|
|
|
|
| |
appletalk cleanups
|
| |
|
| |
|
|
|
|
|
| |
related man pages. Comment out cross references to those man
pages from other man pages.
|
|
|
|
| |
instead of -1 which is never returned by those routines.
|
| |
|
|
|
|
| |
Down to only about 100 items left to cleanup! :-)
|
|
|
|
|
| |
in preparation for its removal from the kernel source tree. NB: because
a function was deleted, libc is now at version 3.0 (was 2.2 previously).
|
|
|
|
| |
when printing "route: bad address: ...".
|
|
|
|
| |
Pointed-out-by: jmb
|
|
|
|
| |
routes to not be properly marked as static.
|
|
|
|
| |
Submitted by: jkh
|
|
|
|
|
| |
in `fastboot'/`fasthalt' in which the interpreter would hang around
after `reboot' or `halt' is run, causing an irritating ``Killed'' message.
|
|
|
|
| |
can run.
|
|
Note: XNSrouted and routed NOT imported here, they shall be imported with
usr.sbin.
|