aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/IPXrouted/output.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove directory which should not have been re-added.Eitan Adler2014-03-141-231/+0
| | | | Notes: svn path=/head/; revision=263143
* multiple: Remove 3rd clause from BSD license where approved by theEitan Adler2014-03-141-0/+231
| | | | | | | | | | | | regents and renumber. This patch skips files in contrib/ and crypto/ Acked by: imp Discussed with: emaste Notes: svn path=/head/; revision=263142
* Remove IPX support.Gleb Smirnoff2014-03-141-231/+0
| | | | | | | | | | | | | | IPX was a network transport protocol in Novell's NetWare network operating system from late 80s and then 90s. The NetWare itself switched to TCP/IP as default transport in 1998. Later, in this century the Novell Open Enterprise Server became successor of Novell NetWare. The last release that claimed to still support IPX was OES 2 in 2007. Routing equipment vendors (e.g. Cisco) discontinued support for IPX in 2011. Thus, IPX won't be supported in FreeBSD 11.0-RELEASE. Notes: svn path=/head/; revision=263140
* Make this WARNS 2 clean, and fix up the manual page:Tom Rhodes2003-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). Notes: svn path=/head/; revision=122760
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* Major IPXrouted rework.John Hay1997-07-061-16/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=27244
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22997
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* Slow down the RIP and SAP broadcasts. At least some NW4.x machines can'tJohn Hay1996-11-241-1/+8
| | | | | | | | handle them back-to-back. (We couldn't either without my ipx receive buffer enlargement.) Notes: svn path=/head/; revision=19948
* Accept and use the content of packets received that is bigger than theJohn Hay1996-04-131-2/+3
| | | | | | | | | 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. Notes: svn path=/head/; revision=15248
* Submitted by: john hayJulian Elischer1995-12-051-2/+2
| | | | | | | | | | | | | | | | | | >From jhay@mikom.csir.co.za Mon Dec 4 09:48:12 1995 Subject: Yet another IPXrouted fix I think these should should make IPXrouted fairly stable. These last problems only showed when we had more than one route of the same cost to a net. This will fix some endless loops in the clone code. John -- John Hay -- John.Hay@csir.co.za Notes: svn path=/head/; revision=12630
* Reviewed by: julian and Mike MitchelJulian Elischer1995-10-261-0/+224
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 Notes: svn path=/head/; revision=11820