summaryrefslogtreecommitdiffstats
path: root/sbin/routed/main.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r271919:hrs2014-10-091-1/+5
| | | | | | | Fix a bug which could make routed(8) daemon exit by sending a special RIP query from a remote machine, and disable accepting it by default. This requests a routed(8) daemon to dump routing information base for debugging purpose. An -i flag to enable it has been added.
* Spelling fixes for sbin/uqs2012-01-071-2/+2
|
* Some constificationsphk2009-04-051-1/+1
|
* Modernize prototypes (ie: no extern)phk2009-04-051-12/+15
| | | | Make lots of stuff static.
* Use <sys/queue.h> to manage the interface list.phk2009-04-051-5/+7
|
* Remove newlines from string argument of __COPYRIGHT(), it results inphk2009-04-051-2/+2
| | | | assembler warning messages.
* Update routed to use the RFC 3678 protocol-independent multicast API. Usephk2008-07-301-14/+12
| | | | | | | | IP_MULTICAST_IF with struct ip_mreqn (obtained from Linux) to tell the stack which interface index to use for sending IPv4 datagrams. Submitted by: bms Tested by: phk
* Sync up with rhyolite routed 2.31 which fixes the handling of varargs.trhodes2006-11-051-12/+15
| | | | | | | Remove -p from usage, it's gone completely now. PR: 83387 Submited by: arved
* Remove #ident directives, they don't exist on the vendor branch anymore.stefanf2005-05-311-1/+0
|
* Remove advertising clause from University of California Regent's license,markm2004-04-091-4/+0
| | | | | | per letter dated July 22, 1999. Approved by: core, imp
* Sync HEAD sources to vendor branch import of routed v2.27 from rhyolite.com.bms2004-02-251-18/+29
| | | | | | | | Update <protocols/routed.h> for the MD5 changes requested in bin/35843. Preserve local changes. Education by: obrien, markm, pointy-stick PR: bin/35843 (and doubtless others)
* Use srandomdev() for FreeBSDache2003-02-111-0/+4
|
* Resolve conflicts.sheldonh2000-08-101-1/+1
|
* Resolve conflicts from vendor merge.sheldonh2000-08-021-2/+4
|
* $Revision$ -> $FreeBSD$ (more cleanup needed here)peter1999-09-051-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-281-2/+2
|
* Merge-o-matic and add a bunch of $Id'smarkm1999-05-021-70/+114
|
* Spelling, add rcsid, remove unused #includes.charnier1998-07-281-10/+12
| | | | | | | | Convert 1000000 usec to 1 sec 0 usec. Use provided safe malloc (rtmalloc()) instead of malloc(): exit on allocation failure. Correct use of .Nm Add usage() and use errx().
* Fix typo in comment.danny1997-09-121-1/+1
|
* Sync man page and usage string. Remove unused -p option from getopt call.charnier1997-06-181-2/+2
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* Merge from vendor branch.wollman1996-12-111-26/+62
|
* For some reason the merge of this file didn't get committed properly.wollman1996-11-201-36/+71
| | | | | | Who has the conical hat? Make things compile again.
* Layer on FreeBSD local changes from old routed.wollman1996-09-161-2/+2
|
* Virgin import of new BSD/SGI routed. This update contains a numberwollman1996-09-161-0/+830
of important bug fixes. Obtained from: Vernon J. Schryver <vjs@mica.denver.sgi.com>
OpenPOWER on IntegriCloud