summaryrefslogtreecommitdiffstats
path: root/sbin/routed
Commit message (Collapse)AuthorAgeFilesLines
* Remove #ident directives, they don't exist on the vendor branch anymore.stefanf2005-05-319-9/+1
|
* Sort sections.ru2005-01-181-3/+3
|
* Don't declare everything we find on a loopback interface for passive:phk2004-08-141-3/+9
| | | | | | | | Only the actual loopback address should be declared passive, other addresses are very likely to be desirable to announce. Check for IFF_LOOPBACK instead of IFF_PASSIVE to determine if we have an unknown interface type.
* Removed commented out bitrot.ru2004-08-132-2/+0
|
* Mechanically kill hard sentence breaks.ru2004-07-021-6/+10
|
* Turn on RFC 1724 compliant behaviour with regards to IP_ADD_MEMBERSHIP;bms2004-06-161-1/+1
| | | | | | | | | routed should be able to specify multicast memberships to be added by interface index. This should fix the unnumbered / point-to-point case for RIPv2. PR: bin/51927 Requested by: Eugene Grosbein
* Ignore kernel routes with the RTF_WASCLONED flag set. This is a slightbms2004-06-151-4/+4
| | | | | | | | modification of a patch which was already applied for BSD/OS in the Rhyolite.com sources; this file is already off the vendor branch. PR: bin/57484 Submitted by: Richard Perini
* Assorted markup, grammar, and spelling fixes.ru2004-05-171-14/+18
|
* Replace ROUNDUP/ADVANCE with SA_SIZEluigi2004-04-131-16/+1
|
* Remove advertising clause from University of California Regent's license,markm2004-04-0914-56/+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-2514-162/+368
| | | | | | | | 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)
* style.Makefile(5):johan2004-02-232-2/+2
| | | | Use WARNS?= instead of WARNS=.
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-052-4/+4
|
* Removed duplicate $FreeBSD$ tag.ru2004-01-291-1/+0
|
* Prefer PATH_MAX to MAXPATHLEN. Both contain the trailing NUL, soimp2003-08-072-3/+3
| | | | remove the unneeded +1.
* The .Xr utilitycharnier2003-06-081-2/+3
|
* mdoc(7) fixes: Mark "gated" with the .Nm macro.ru2003-05-191-6/+6
| | | | Approved by: re (blanket)
* Note that gated is a commercial routing product now, and removemurray2003-05-041-11/+12
| | | | | | | | | references to it's man page, which is almost never installed on a FreeBSD system. The information about using this command with gated has been retained. I have just made it clear that gated is not a part of FreeBSD. PR: docs/51407
* Use srandomdev() for FreeBSDache2003-02-111-0/+4
|
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-012-2/+2
| | | | especially in troff files.
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-1/+1
|
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-211-1/+1
|
* The .Nm utility.charnier2002-07-062-11/+16
|
* Add the possibility to use a no_rip_out configuration option in orderasmodai2002-04-072-0/+5
| | | | | | | to stop routed from sending out RIP updates. PR: 29090 Submitted by: Matthew Braithwaite <mab@red-bean.com>
* o remove __Pimp2002-03-211-27/+27
| | | | o remove main prototype
* mdoc(7) police: GC duplicate VCS ID.ru2002-03-151-3/+0
|
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-186-12/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Insert a missing paragraph break (.Pp).schweikh2002-01-241-0/+1
| | | | MFC after: 3 weeks
* Fix typo by s/advertise/advertises/schweikh2002-01-161-1/+1
| | | | MFC after: 4 weeks
* Default to WARNS=2.obrien2001-12-042-0/+2
| | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
* The directory of the makefile that's including the file is tried first.ru2001-10-251-1/+1
| | | | See section 3.2 of "PMake - A Tutorial" in /usr/share/doc/psd/12.make.
* ftrace is already initializedpeter2001-08-131-1/+1
|
* mdoc(7) police: fixed the "new sentence" bogons.ru2001-08-101-1/+1
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-102-2/+2
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
|
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-061-1/+1
|
* Fix a byteorder problem in a diagnostic message.phk2001-06-061-1/+2
| | | | | PR: 16625 Submitted by: Peter Jeremy <peter.jeremy@ALCATEL.COM.AU>
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-262-0/+2
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for sbin/ to 8.ru2001-03-202-2/+0
|
* Prepare for mdoc(7)NG.ru2001-01-161-4/+4
|
* Prepare for mdoc(7)NG.ru2000-12-181-2/+2
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-202-6/+6
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-3/+2
|
* Add $FreeBSD$.sheldonh2000-08-111-0/+2
|
* Resolve conflicts.sheldonh2000-08-104-4/+9
|
* Resolve conflicts from vendor merge.sheldonh2000-08-026-17/+19
|
* Fix memory leak when route addition fails.jlemon2000-06-021-0/+1
| | | | Obtained from: NetBSD
* Add new rtmsg types which already defined in kernel.shin2000-03-301-1/+3
|
* Prevent buffer overflow.shin2000-03-301-2/+3
| | | | | PR: bin/17657 Submitted by: tanimura
* Remove dead xrefs to gated(8) and htable(8)kris1999-11-151-2/+0
| | | | Obtained from: OpenBSD
OpenPOWER on IntegriCloud