aboutsummaryrefslogtreecommitdiff
path: root/sbin/ifconfig/ifpfsync.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* pfsync: transport over IPv6Luiz Amaral2023-07-131-5/+10
* ping: low-effort fix to make it compilable without inetMateusz Guzik2023-07-051-0/+4
* ifconfig: remove (most of) the usages of global 'struct ifreq ifr'.Alexander V. Chernikov2023-06-161-17/+18
* ifconfig: fix warnings #2Alexander V. Chernikov2023-06-011-5/+4
* pf: make contents of struct pfsync_state configurableKajetan Staszkiewicz2023-05-301-1/+27
* ifconfig: introduce `ifconfig_context` to store current global state.Alexander V. Chernikov2023-05-241-41/+27
* ifconfig: cleanup warnings #1Alexander V. Chernikov2023-05-241-5/+3
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* pfsync: prepare code to accommodate AF_INET6 familyLuiz Amaral2022-11-091-77/+245
* pfsync: fix incorrect enabling of defer modeKristof Provost2021-12-061-1/+1
* pfsync: Expose PFSYNCF_OK flag to userspaceKristof Provost2021-04-261-1/+4
* ifconfig: fix endianness bug displaying pfsync interfacesAlan Somers2019-01-281-3/+3
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Various Coverity fixes in ifconfig(8)Alan Somers2017-05-031-0/+1
* Replace N #defines with nitems to simplify ifconfig code slightlyEnji Cooper2015-09-271-4/+2
* Make it possible to switch pfsync(4) deferral mechanism on/off.Gleb Smirnoff2012-04-031-3/+25
* Print pfsync interface status if either syncpeer or syncdev is configured.Gleb Smirnoff2006-06-061-6/+11
* Update ifconfig's pfsync module for 3.7 pfsync(4)Max Laier2005-05-031-14/+80
* Use afswch->af_other_status for carp_status() and pfsync_status().Gleb Smirnoff2005-02-221-3/+3
* Add CARP (Common Address Redundancy Protocol), which allows multipleGleb Smirnoff2005-02-221-0/+144