From 902f30213b6aeae26f996f8b372051d1eb6972d8 Mon Sep 17 00:00:00 2001 From: Henning Brauer Date: Thu, 28 Oct 2004 20:34:21 +0000 Subject: define IFT_CARP, and set if_type to that on carp interfaces instead of hiding under IFT_PROPVIRTUAL, ryan daniel ok --- sys/net/if_types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/net') diff --git a/sys/net/if_types.h b/sys/net/if_types.h index d7a242d2d28..2c27331a7a6 100644 --- a/sys/net/if_types.h +++ b/sys/net/if_types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_types.h,v 1.15 2003/06/02 23:28:12 millert Exp $ */ +/* $OpenBSD: if_types.h,v 1.16 2004/10/28 20:34:20 henning Exp $ */ /* $NetBSD: if_types.h,v 1.17 2000/10/26 06:51:31 onoe Exp $ */ /* @@ -265,5 +265,6 @@ #define IFT_ENC 0xf4 /* Encapsulation */ #define IFT_PFLOG 0xf5 /* Packet filter logging */ #define IFT_PFSYNC 0xf6 /* Packet filter state syncing */ +#define IFT_CARP 0xf7 /* Common Access Redundancy Protocol */ #endif /* _NET_IF_TYPES_H_ */ -- cgit v1.2.3