summaryrefslogtreecommitdiffstats
path: root/usr.sbin/IPXrouted/trace.c
Commit message (Collapse)AuthorAgeFilesLines
* Use printf formats which match the variable types without casts so wejb2007-11-171-4/+4
| | | | can go back to using -Werror in higher WARNS levels.
* Declare iftraceinit() at file scope.stefanf2005-08-051-2/+1
|
* Make this WARNS 2 clean, and fix up the manual page:trhodes2003-11-151-1/+1
| | | | | | | | | | | | | Avoid implicit function calls by adding the proper include files. Use const char copyright. Fix some fprint formatting. In the manual page: Use the .Pa macro for filenames and locations. Kill hard setence breaks. Make use of the .Tn and .Dq macros. Add some to text to the otherwise blank HISTORY section (taken from CVS).
* Make 64 bit safe.peter2003-10-261-4/+4
|
* Fix preprocessor directive syntax (text after #else).wollman2002-05-301-3/+5
| | | | This program is not likely to compile if DEBUG is ever defined.
* Don't call syslog() without a format string.kris2000-07-121-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Major IPXrouted rework.jhay1997-07-061-1/+82
| | | | | | | | | | | | | | | | | | | | | | | | In rt_change() remember to update the interface pointer otherwise we will send the RIP packets to the wrong interface(s) in future. Update the hash generator and increase the size of the hash tables. Only use the network and host parts when comparing IPX interface addresses. Immediately broadscast RIP and SAP changes. Change the alarm code to use the setitimer() call and only set a flag in the alarm signal handler. This gets rid of possible race conditions. Remove the host routing table. IPX RIP cannot do host routes, only net routes. Make the delay between broadcast packets 50ms. It seems that some Netware 4.x servers is very slow and don't have much input buffering. Handle received messages about networks and services that go down, better. Add tracing of RIP and SAP changes. It gets sysloged with a level of LOG_DEBUG.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Accept and use the content of packets received that is bigger than thejhay1996-04-131-1/+29
| | | | | | Novell spec, but still only transmit according to the spec. Add a feature to dump the RIP and SAP tables when a SIGINFO signal is received.
* Reviewed by: julian and Mike Mitcheljulian1995-10-261-0/+410
Submitted by: john Hay (John.Hay@csir.co.za) John's IPXrouted.. this has not yet been seen to run correctly with Mike's IPX/SPX code (he has his own) bringing them both in is the first step in merging the two packages for 2.2
OpenPOWER on IntegriCloud