aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig/carp.c
Commit message (Expand)AuthorAgeFilesLines
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* ifconfig: change carp commands mcast and mcast6 to DEF_CMD as they take no argsReid Linnemann2023-04-131-2/+2
* ifconfig: free memory allocated by getaddrinfo()Kristof Provost2023-03-241-0/+1
* carp: support unicastKristof Provost2023-03-201-0/+63
* carp: add netlink interfaceKristof Provost2023-03-201-10/+8
* sbin/ifconfig: Use a global libifconfig handleRyan Moeller2021-03-031-8/+1
* sbin/ifconfig: Get carp status with libifconfigRyan Moeller2021-02-281-7/+11
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Replace N #defines with nitems to simplify ifconfig code slightlyEnji Cooper2015-09-271-3/+1
* Stop including if_var.h from userland.Gleb Smirnoff2015-04-061-1/+0
* Rename ifcarp.c to carp.cGleb Smirnoff2011-12-161-0/+228