aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Import kernel WireGuard supportMatt Macy2020-11-291-0/+2
* Move ifconfig SFP status functionality into libifconfigRyan Moeller2020-08-091-1/+2
* Remove RELEASE_CRUNCHWarner Losh2019-07-191-1/+1
* Update for IETF draft-ietf-6man-ipv6only-flag.Bjoern A. Zeeb2019-03-061-0/+1
* Allow to build ifconfig(8) without wireless supportAndriy Voskoboinyk2019-03-041-0/+2
* Initial implementation of draft-ietf-6man-ipv6only-flag.Bjoern A. Zeeb2018-10-301-0/+3
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* Merge projects/ipsec into head/.Andrey V. Elsukov2017-02-061-0/+1
* Explicitly add more files to the 'runtime' package.Glen Barber2016-02-091-0/+1
* Reduce overlinkingBaptiste Daroussin2015-12-241-1/+1
* Convert ifconfig to use lib80211.Adrian Chadd2015-11-301-2/+2
* Integrate sbin/ifconfig/tests from NetBSD into atf/kyuaEnji Cooper2015-01-041-0/+4
* Prefix all the vxlan ifconfig commands so they are uniqueBryan Venteicher2014-12-171-1/+1
* Disable the vxlan code until the people reponsible for it can come up withDag-Erling Smørgrav2014-12-011-1/+1
* Convert sbin/ to LIBADDBaptiste Daroussin2014-11-251-6/+3
* Add vxlan interfaceBryan Venteicher2014-10-201-0/+1
* Add forgotten DPADD to ifconfig(8).Alexander V. Chernikov2014-08-171-0/+1
* Add support for reading i2c SFP/SFP+ data from NIC driver andAlexander V. Chernikov2014-08-161-0/+3
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* Remove the ifconfig test added in rev 263445. After discussion withAlan Somers2014-05-051-4/+0
* Add several ATF tests that deal with multiple fibs. They're described inAlan Somers2014-03-201-0/+4
* Remove AppleTalk support.Gleb Smirnoff2014-03-141-1/+0
* Remove IPX support.Gleb Smirnoff2014-03-141-5/+0
* Make userland tools honor WITHOUT_PF build option.Gleb Smirnoff2013-10-291-0/+2
* Disable jail support in ifconfig when either building a rescueRobert Millan2012-02-141-2/+7
* Rename ifcarp.c to carp.cGleb Smirnoff2011-12-161-1/+1
* Add infrastructure to allow all frames/packets received on an interfaceBjoern A. Zeeb2011-07-031-0/+1
* Conditionally compile in the af_inet and af_inet6, af_nd6 modules.Bjoern A. Zeeb2011-05-311-0/+12
* Fixed dependencies (make checkdpadd).Ruslan Ermilov2010-02-251-1/+1
* Raise WARNS for various tools where possible.Ed Schouten2010-01-171-1/+1
* Improve flexibility of receiving Router Advertisement andHiroki Sato2009-09-121-0/+1
* Add the "vnet" and "-vnet" options, to allow moving interfaces betweenJamie Gritton2009-06-241-2/+2
* Fix and add a workaround on an issue of EtherIP packet with reversedHiroki Sato2009-06-071-0/+1
* Move the grekey to its own file, ifconfig.c does not have interface specificAndrew Thompson2008-08-031-0/+1
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-201-3/+6
* Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking.Andrew Thompson2007-04-171-1/+1
* Hook trunk(4) up to the build.Andrew Thompson2007-04-101-0/+1
* Import interface groups from OpenBSD. This allows to group interfaces inMax Laier2006-06-191-0/+1
* Extend coverage of the MK_IPX build option to the following:Ruslan Ermilov2006-03-201-1/+3
* Connect if_bridge to the build.Andrew Thompson2005-06-051-0/+2
* Remove bogus (but harmless) -I.. from CFLAGS. It makes no difference toBrooks Davis2005-03-251-2/+1
* Add CARP (Common Address Redundancy Protocol), which allows multipleGleb Smirnoff2005-02-221-0/+3
* Overhaul to cleanup some of the tangled logic that's grown over the years.Sam Leffler2004-12-081-24/+25
* style.Makefile(5):Johan Karlsson2004-02-231-1/+1
* Teach ifconfig(8) how to print and set the MAC labels on networkRobert Watson2002-10-231-0/+4
* Do not disable IPv6 and vlan support when RELEASE_CRUNCH is defined.Luigi Rizzo2002-02-151-2/+0
* Move the WARNS attribute down so that it also applies to theMike Barcroft2001-12-051-1/+1
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+1
* Use CFLAGS, not COPTS, in the Makefile. bsd.prog.mk conveniently addsDima Dorfman2001-09-051-1/+1