index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
ip_carp.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove debugging printf.
glebius
2005-03-01
1
-1
/
+0
*
Support running carp(4) over a vlan(4) parent interface.
yar
2005-02-28
1
-1
/
+2
*
Remove unused field from carp softc.
glebius
2005-02-28
1
-3
/
+0
*
Fix tcpdump(8) on carp(4) interface:
glebius
2005-02-28
1
-16
/
+5
*
Unbreak the build. carp_iamatch6 and carp_macmatch6 are not supposed to be
mlaier
2005-02-27
1
-2
/
+2
*
Remove carp_softc.sc_ifp member in favor of union pointers in struct ifnet.
glebius
2005-02-26
1
-21
/
+21
*
Staticize local functions.
glebius
2005-02-26
1
-53
/
+53
*
New lines when logging.
glebius
2005-02-25
1
-17
/
+18
*
Embrace macros with do {} while (0)
glebius
2005-02-25
1
-2
/
+4
*
Call carp_carpdev_state() from carp_set_addr6(). See log for rev 1.4.
glebius
2005-02-25
1
-1
/
+1
*
Improve logging:
glebius
2005-02-25
1
-38
/
+52
*
Fix problem when master comes up with one interface down, and preempts
glebius
2005-02-24
1
-2
/
+2
*
Unbreak CARP build on 64-bit architectures.
mux
2005-02-23
1
-1
/
+1
*
Remove promisc counter from parent interface in carp_clone_destroy(),
glebius
2005-02-22
1
-0
/
+1
*
Add CARP (Common Address Redundancy Protocol), which allows multiple
glebius
2005-02-22
1
-0
/
+2032
[prev]