aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig/ifclone.c
Commit message (Expand)AuthorAgeFilesLines
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-09-251-5/+0
* ifconfig: remove (most of) the usages of global 'struct ifreq ifr'.Alexander V. Chernikov2023-06-161-2/+3
* ifconfig: fix -Wunused warningsAlexander V. Chernikov2023-06-141-1/+1
* ifconfig: remove global 'name' variable.Alexander V. Chernikov2023-06-131-2/+2
* ifconfig: remove global 'printifname' variable.Alexander V. Chernikov2023-06-131-9/+0
* ifconfig: add if_ctx argument to the generic and ifclone callbacks.Alexander V. Chernikov2023-06-131-7/+6
* ifconfig: fix warnings #2Alexander V. Chernikov2023-06-011-2/+2
* ifconfig: introduce `ifconfig_context` to store current global state.Alexander V. Chernikov2023-05-241-6/+6
* sbin/ifconfig: Use a global libifconfig handleRyan Moeller2021-03-031-6/+0
* Fix bug in ifconfig preventing proper VLAN creation.Hans Petter Selasky2020-12-091-15/+15
* Ensure consistent error messages from ifconfig(8).Hans Petter Selasky2020-11-261-2/+1
* Add support for stacked VLANs (IEEE 802.1ad, AKA Q-in-Q).Alexander V. Chernikov2020-10-211-4/+32
* Move list_cloners to libifconfigRyan Moeller2020-10-211-36/+19
* Make lagg creation more fault tolerantAndrew Gallatin2018-04-171-1/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Various Coverity fixes in ifconfig(8)Alan Somers2017-05-031-0/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Use strlcpy() instead of strncpy() when copying ifname to ensureDon Lewis2016-05-161-1/+1
* ifconfig(8): can't use 'name' or 'description' when creating interface with a...Kristof Provost2016-02-201-2/+3
* Replace N #defines with nitems to simplify ifconfig code slightlyEnji Cooper2015-09-271-5/+3
* - Use size_t instead of int when appropriate;Xin LI2009-06-231-2/+2
* Default to AF_LOCAL instead of AF_INET sockets for non-family-specificJamie Gritton2009-03-151-2/+2
* Replace clone_setcallback() with a new function clone_setdefcallback()Rui Paulo2009-02-271-5/+29
* Fix handling of create operation together with setting other parameters:Sam Leffler2008-03-311-2/+2
* Restore the "plumb" compatibility command, which was lostYaroslav Tykhiy2006-08-121-0/+1
* o replace special handling of clone operations by a clone callbackSam Leffler2006-07-091-21/+35
* Overhaul to cleanup some of the tangled logic that's grown over the years.Sam Leffler2004-12-081-0/+155