summaryrefslogtreecommitdiffstats
path: root/sys/net/route.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed call to mrt_ioctl(). mrt_ioctl() for some reason has differentbde1995-12-021-1/+5
* Second batch of cleanup changes.phk1995-10-291-2/+1
* When adding a route fails because there is already a route with the samewollman1995-10-161-1/+23
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-291-1/+5
* When adding a route, set rt_ifa and rt_ifp a little earlier so thatwollman1995-07-101-4/+13
* Remove trailing whitespace.rgrimes1995-05-301-9/+9
* Finally finish the cloning cleanup work by making sure that cloneswollman1995-04-251-1/+131
* Don't delete clones if they are PINNED.wollman1995-03-241-2/+2
* radix.c: correct exit condition in rn_walktree_from()wollman1995-03-231-4/+11
* Protocol-cloned routes should gain a reference to their parents to makewollman1995-03-211-2/+9
* Made minor readability tweak.dg1995-03-201-6/+3
* Better fix for the deletion of parents of cloned routes problem,wollman1995-03-201-49/+27
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-2/+2
* Added back the missing last few bytes of the file.dg1995-01-231-2/+3
* route.c: keep track of where cloned routes come from, and make sure towollman1995-01-231-3/+55
* Implemented rtalloc_ign().wollman1994-12-131-0/+10
* Add support for two separate cloning flags, one set by the lower layers,wollman1994-12-131-11/+13
* Collapse two fields so that we have space for another 32 flags.wollman1994-11-031-1/+4
* Add code to be a bit smarter about IP routes, conditioned on the optionwollman1994-11-021-19/+6
* Fix a bug which caused panics when attempting to change just the flags ofwollman1994-10-111-2/+30
* GCC cleanup.phk1994-10-021-4/+9
* Shuffle some functions and variables around to make it possible forwollman1994-09-141-5/+2
* The mrt_ioctl goop properly depends on MROUTING, not MULTICAST. (Oof!)wollman1994-09-081-2/+2
* Reviewed by: Stefan Esserse1994-09-071-2/+2
* Initial get-the-easy-case-working upgrade of the multicast codewollman1994-09-061-1/+6
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-1/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+538
OpenPOWER on IntegriCloud