aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig
Commit message (Expand)AuthorAgeFilesLines
...
* ifconfig: remove global_args variable.Alexander V. Chernikov2023-06-133-5/+3
* ifconfig: remove global 'name' variable.Alexander V. Chernikov2023-06-1317-519/+467
* ifconfig: pass if_ctx instead of socket to the tunnel handlers.Alexander V. Chernikov2023-06-135-21/+22
* ifconfig: remove global 'printifname' variable.Alexander V. Chernikov2023-06-134-25/+26
* ifconfig: eliminate global 'verbose' and 'printkey' variablesAlexander V. Chernikov2023-06-136-129/+135
* ifconfig: add if_ctx argument to the generic and ifclone callbacks.Alexander V. Chernikov2023-06-139-71/+59
* ifconfig: Fix typosElyes Haouas2023-06-021-1/+1
* ifconfig: fix warnings #2Alexander V. Chernikov2023-06-0117-118/+125
* pf: make contents of struct pfsync_state configurableKajetan Staszkiewicz2023-05-301-1/+27
* ifconfig: fix ifconfig IFX inet[6] ADDR -aliasAlexander V. Chernikov2023-05-254-7/+34
* ifconfig: switch IPv4/IPv6 address manipulations to Netlink.Alexander V. Chernikov2023-05-256-54/+554
* ifconfig: fix interface address ordering with Netlink.Alexander V. Chernikov2023-05-241-2/+1
* ifconfig: introduce `ifconfig_context` to store current global state.Alexander V. Chernikov2023-05-2423-761/+755
* ifconfig: cleanup warnings #1Alexander V. Chernikov2023-05-2414-116/+118
* ifconfig(8): Teach ifconfig to attach and run itself in a jailYan Ka Chiu2023-05-233-8/+55
* Revert "ifconfig: switch IPv4/IPv6 address manipulations to Netlink"Alexander V. Chernikov2023-05-226-464/+45
* Revert "ifconfig: Fix the build"Alexander V. Chernikov2023-05-221-5/+5
* ifconfig: Fix the buildMark Johnston2023-05-221-5/+5
* ifconfig: switch IPv4/IPv6 address manipulations to NetlinkAlexander V. Chernikov2023-05-226-45/+464
* ifconfig: simplify ifconfig() by factoring out ifa add/del logicAlexander V. Chernikov2023-05-211-36/+47
* ifconfig: split argument parsingAlexander V. Chernikov2023-05-211-67/+98
* ifconfig: simplify carp vhid setup.Alexander V. Chernikov2023-05-204-24/+19
* ifconfig: improve error checking for carp peer6Kristof Provost2023-05-181-1/+1
* ifconfig: improve trimming off interface number at endBjoern A. Zeeb2023-05-181-4/+6
* ifconfig: make interface and address listing use Netlink as transportAlexander V. Chernikov2023-05-168-18/+702
* ifconfig: split printing functions into smaller per-type chunks.Alexander V. Chernikov2023-05-155-211/+305
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-127-7/+7
* ifconfig: fix family selection after 982cd5ae8ef6Alexander V. Chernikov2023-05-101-0/+1
* ifconfig: fix interface selection after 982cd5ae8ef6.Alexander V. Chernikov2023-05-102-16/+14
* ifconfig: split argument parsing and actual execution logicAlexander V. Chernikov2023-05-103-68/+103
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-2/+3
* ifconfig: change carp commands mcast and mcast6 to DEF_CMD as they take no argsReid Linnemann2023-04-131-2/+2
* ifconfig: Fix configuring if_bridge with additional operating parametersZhenlei Huang2023-04-071-1/+1
* ifconfig: Improve VLAN identifier parsingZhenlei Huang2023-04-021-3/+6
* ifconfig: free memory allocated by getaddrinfo()Kristof Provost2023-03-241-0/+1
* ifconfig: ifieee80211: print bssid nameBjoern A. Zeeb2023-03-231-1/+15
* carp: document peer/peer6 and mcast/mcast6 in the relevant man pagesKristof Provost2023-03-201-1/+17
* carp: support unicastKristof Provost2023-03-201-0/+63
* carp: add netlink interfaceKristof Provost2023-03-201-10/+8
* ifconfig: remove unused variableKristof Provost2023-03-041-2/+1
* ifconfig.8: Improve readability of vlanproto's descriptionMateusz Piotrowski2023-02-011-12/+10
* Revert "ifconfig: abort if loading a module fails other than for ENOENT"Alan Somers2023-01-201-13/+5
* ifconfig: abort if loading a module fails other than for ENOENTAlan Somers2023-01-101-5/+13
* pfsync: prepare code to accommodate AF_INET6 familyLuiz Amaral2022-11-091-77/+245
* ifconfig: print interface name on SIOCIFCREATE2 errorBjoern A. Zeeb2022-09-061-1/+1
* ifconfig(8): Fix a typo in source code commentGordon Bergling2022-09-031-1/+1
* Fix wrong capitalization in man page references.Jens Schweikhardt2022-08-131-5/+5
* ifconfig: fix vlan/vlanproto reconfigurationKristof Provost2022-07-211-2/+8
* ifconfig.8: cleanup reminiscence about long gone ppp(4)Eugene Grosbein2022-07-111-8/+5
* vxlan: Add support for socket ioctls SIOC[SG]TUNFIBZhenlei Huang2022-07-081-2/+3