History log of /freebsd-10.2-release/sbin/ifconfig/ifpfsync.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 285830 23-Jul-2015 gjb

- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.2.
- Update default pkg(8) configuration to use the quarterly branch.[1]

Discussed with: re, portmgr [1]
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 233847 03-Apr-2012 glebius

Make it possible to switch pfsync(4) deferral mechanism on/off.

Obtained from: OpenBSD


# 159336 06-Jun-2006 glebius

Print pfsync interface status if either syncpeer or syncdev is configured.


# 145842 03-May-2005 mlaier

Update ifconfig's pfsync module for 3.7 pfsync(4)


# 142224 22-Feb-2005 glebius

Use afswch->af_other_status for carp_status() and pfsync_status().

Sponsored by: Rambler


# 142215 22-Feb-2005 glebius

Add CARP (Common Address Redundancy Protocol), which allows multiple
hosts to share an IP address, providing high availability and load
balancing.

Original work on CARP done by Michael Shalayeff, with many
additions by Marco Pfatschbacher and Ryan McBride.

FreeBSD port done solely by Max Laier.

Patch by: mlaier
Obtained from: OpenBSD (mickey, mcbride)