summaryrefslogtreecommitdiffstats
path: root/sbin/route
Commit message (Collapse)AuthorAgeFilesLines
* back out a part of the previous patch that garrett objected to..julian1996-08-192-7/+2
|
* Submitted by: Archie@whistle.comjulian1996-08-133-3/+13
| | | | | | 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..
* Reviewed by: julianjulian1996-08-093-2/+46
| | | | | | | | | | | | | | | | | | 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.
* Submitted by: archie@whistle.comjulian1996-07-231-2/+3
| | | | slight cleanups on yesterday's patches
* Submitted by: archie@whistle.comjulian1996-07-231-3/+3
| | | | appletalk cleanups
* changes to allow route to manipulate appletalk routes.julian1996-07-093-3/+61
|
* Update route(8) to print out current meanings of rt_flags RTF_* bits.wollman1996-05-081-4/+10
|
* Do not install the now unsupported netns and netisompp1996-04-081-1/+1
| | | | | related man pages. Comment out cross references to those man pages from other man pages.
* Fix route to check if inet_addr and inet_network return INADDR_NONE,mpp1996-02-171-3/+3
| | | | instead of -1 which is never returned by those routines.
* XNS sort-of-support is no more.wollman1996-02-131-1/+27
|
* Another round of man page cleanups.mpp1996-02-121-2/+3
| | | | Down to only about 100 items left to cleanup! :-)
* Remove support for OSI networking in user-land (#ifdef OSI aor CCITT)wollman1996-02-062-3/+40
| | | | | 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).
* Route calls the errx routine with the wrong number of argumentsmpp1996-01-201-2/+2
| | | | when printing "route: bad address: ...".
* Clean up GCC warnings, condition out some compatibility cruft, add $Id$.wollman1996-01-021-61/+51
| | | | Pointed-out-by: jmb
* Missing 'break' after setting interface route flag was causing interfacepst1994-09-151-0/+1
| | | | routes to not be properly marked as static.
* Make keywords.h get properly built.jkh1994-08-141-1/+1
| | | | Submitted by: jkh
* Convert to our man installation style. Also fixed long-standing bugwollman1994-08-051-1/+3
| | | | | in `fastboot'/`fasthalt' in which the interpreter would hang around after `reboot' or `halt' is run, causing an irritating ``Killed'' message.
* Remove old style manual page depends so make install with NOMAN setrgrimes1994-05-281-2/+0
| | | | can run.
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-265-0/+1983
Note: XNSrouted and routed NOT imported here, they shall be imported with usr.sbin.
OpenPOWER on IntegriCloud