summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig/af_ipx.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove IPX support.glebius2014-03-141-118/+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.
* Remove IPX over IP tunneling pieces from ifconfig(8), omitted portion ofrwatson2007-06-131-10/+0
| | | | | | | | | | | | | | | previous commit: Remove IPX over IP tunneling support, which allows IPX routing over IP tunnels, and was not MPSAFE. The code can be easily restored in the event that someone with an IPX over IP tunnel configuration can work with me to test patches. This removes one of five remaining consumers of NET_NEEDS_GIANT. Approved by: re (kensmith) Spotted by: Artem Naluzhny <tutat nhamon dot com dot ua>
* point-to-point address should come from ifa_dstaddrsam2007-03-091-1/+1
|
* use getifaddrs from libc instead of private codesam2007-02-241-6/+6
| | | | | Reviewed by: bms MFC after: 1 month
* Overhaul to cleanup some of the tangled logic that's grown over the years.sam2004-12-081-0/+128
o break per-address family support out into separate files o modularize per-address family and functional operations using a registration mechanism; this permits configuration according to which files you include (but beware that order of the files is important to insure backwards compatibility) o many cleanups to eliminate incestuous behaviour, global variables, and poor coding practices (still much more to fix) The original motivation of this work was to support dynamic addition of functionality based on the interface so we can eliminate the various little control programs and so that vendors can distribute ifconfig plugins that support their in-kernel code. That work is still to be completed. o Update 802.11 support for all the new net80211 functionality; some of these operations (e.g. list *) may be better suited in a different program
OpenPOWER on IntegriCloud