aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_types.h
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2005-02-22 13:04:05 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2005-02-22 13:04:05 +0000
commita97719482dd97b6690bed7276136b54af7f22a21 (patch)
tree120bc2567ed859da022499edb1691fa4c7bdd908 /sys/net/if_types.h
parentc8d07e7f11a453384e7bf215650a0d76b180d7dd (diff)
downloadsrc-a97719482dd97b6690bed7276136b54af7f22a21.tar.gz
src-a97719482dd97b6690bed7276136b54af7f22a21.zip
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)
Notes
Notes: svn path=/head/; revision=142215
Diffstat (limited to 'sys/net/if_types.h')
-rw-r--r--sys/net/if_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/if_types.h b/sys/net/if_types.h
index 7af5bec09881..56dca4506331 100644
--- a/sys/net/if_types.h
+++ b/sys/net/if_types.h
@@ -247,4 +247,5 @@
#define IFT_FAITH 0xf2
#define IFT_PFLOG 0xf6
#define IFT_PFSYNC 0xf7
+#define IFT_CARP 0xf8 /* Common Address Redundancy Protocol */
#endif /* !_NET_IF_TYPES_H_ */