summaryrefslogtreecommitdiffstats
path: root/sbin/routed/parms.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix a style bugkevlo2012-01-131-1/+1
|
* Fix use of AND operator: should be bitwise instead of logical.brucec2010-11-221-2/+2
|
* Add some consts, remove some unused stuff and other attempts to calmphk2009-04-051-17/+3
| | | | FlexeLint down.
* Modernize prototypes (ie: no extern)phk2009-04-051-1/+1
| | | | Make lots of stuff static.
* Use <sys/queue.h> to manage the interface list.phk2009-04-051-1/+1
|
* 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-11/+44
| | | | | | | | 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)
* Add the possibility to use a no_rip_out configuration option in orderasmodai2002-04-071-0/+3
| | | | | | | to stop routed from sending out RIP updates. PR: 29090 Submitted by: Matthew Braithwaite <mab@red-bean.com>
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | deprecated in favor of the POSIX-defined lowercase variants. o Change all occurrences of NTOHL() and associated marcros in the source tree to use the lowercase function variants. o Add missing license bits to sparc64's <machine/endian.h>. Approved by: jake o Clean up <machine/endian.h> files. o Remove unused __uint16_swap_uint32() from i386's <machine/endian.h>. o Remove prototypes for non-existent bswapXX() functions. o Include <machine/endian.h> in <arpa/inet.h> to define the POSIX-required ntohl() family of functions. o Do similar things to expose the ntohl() family in libstand, <netinet/in.h>, and <sys/param.h>. o Prepend underscores to the ntohl() family to help deal with complexities associated with having MD (asm and inline) versions, and having to prevent exposure of these functions in other headers that happen to make use of endian-specific defines. o Create weak aliases to the canonical function name to help deal with third-party software forgetting to include an appropriate header. o Remove some now unneeded pollution from <sys/types.h>. o Add missing <arpa/inet.h> includes in userland. Tested on: alpha, i386 Reviewed by: bde, jake, tmm
* Resolve conflicts from vendor merge.sheldonh2000-08-021-1/+1
|
* $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-122/+224
|
* Spelling, add rcsid, remove unused #includes.charnier1998-07-281-9/+11
| | | | | | | | 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().
* /usr/src/sbin/routed/parms.c and .../routed/rtquery/rtquery.c bothphk1998-07-221-2/+2
| | | | | | | | | | | contain code that compare a char pointer with a char. As this doesn't make much sense, it looks very much as if a '*' has been dropped by mistake. I have made no analysis of the possible consequences of the problem. PR: 7319 Reviewed by: phk Submitted by: Anders Thulin <Anders.X.Thulin@telia.se>
* Problem whith "subnet=" statement in /etc/gateways.phk1998-04-191-2/+2
| | | | | | | | | routed discards the first character of the network address. Example: "subnet=10.0.0.0/24,1" The network address is interpreted as 0.0.0.0/24,1. PR: 4825 Reviewed by: phk Submitted by: Mike E. Matsnev <mike@azog.cs.msu.su>
* New version of Vern's routed. This includes more byte-order fixes,wollman1996-12-111-96/+137
| | | | | | | some MD5 fixes, better tracing, configurable redirect processing, and a fix to split-horizon/poisoned-reverse treatment. Submitted by: Vernon J. Schryver <vjs@mica.denver.sgi.com>
* Latest version of SGI routed courtesy of Vern Schryver. This versionwollman1996-11-191-169/+414
| | | | | | | adds the capability to use MD5 authentication as defined in the latest documents. Submitted by: Vernon J. Schryver <vjs@mica.denver.sgi.com>
* Virgin import of new BSD/SGI routed. This update contains a numberwollman1996-09-161-0/+630
of important bug fixes. Obtained from: Vernon J. Schryver <vjs@mica.denver.sgi.com>
OpenPOWER on IntegriCloud