summaryrefslogtreecommitdiffstats
path: root/sys/net/if_var.h
diff options
context:
space:
mode:
authormlaier <mlaier@FreeBSD.org>2004-08-07 09:32:04 +0000
committermlaier <mlaier@FreeBSD.org>2004-08-07 09:32:04 +0000
commit00ecbb6a923cd0df68d4335aa53ffe483b495c39 (patch)
tree81133bb9e3809cf2d27ebb0c2ac5405c65a8a6da /sys/net/if_var.h
parentaf16561272b5ed7763132321d24325ebdba421bd (diff)
downloadFreeBSD-src-00ecbb6a923cd0df68d4335aa53ffe483b495c39.zip
FreeBSD-src-00ecbb6a923cd0df68d4335aa53ffe483b495c39.tar.gz
Add a "void *if_carp" placeholder to struct ifnet with prospect to bring in
the "Common address redundancy protocol" (CARP) during the 5-STABLE cycle. Hence doing the ABI break now. Approved by: re (scottl)
Diffstat (limited to 'sys/net/if_var.h')
-rw-r--r--sys/net/if_var.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/if_var.h b/sys/net/if_var.h
index 0675bc9..c5164b1 100644
--- a/sys/net/if_var.h
+++ b/sys/net/if_var.h
@@ -148,6 +148,7 @@ struct ifnet {
*/
struct klist if_klist; /* events attached to this if */
int if_pcount; /* number of promiscuous listeners */
+ void *if_carp; /* carp (tbd) interface pointer */
struct bpf_if *if_bpf; /* packet filter structure */
u_short if_index; /* numeric abbreviation for this if */
short if_timer; /* time 'til if_watchdog called */
OpenPOWER on IntegriCloud