]> The Tcpdump Group git mirrors - tcpdump/blobdiff - ipproto.h
Dismiss unused IPPROTO_CARP.
[tcpdump] / ipproto.h
index 75def3d85f01b6e4a973f8a91d552072f57fbe1a..ac6fd2cb15ece142903eaceedf39a7cc87d39e92 100644 (file)
--- a/ipproto.h
+++ b/ipproto.h
@@ -129,10 +129,7 @@ extern const struct tok ipproto_values[];
 #define IPPROTO_IPCOMP         108
 #endif
 #ifndef IPPROTO_VRRP
-#define IPPROTO_VRRP           112
-#endif
-#ifndef IPPROTO_CARP
-#define IPPROTO_CARP           112
+#define IPPROTO_VRRP           112 /* See also CARP. */
 #endif
 #ifndef IPPROTO_PGM
 #define IPPROTO_PGM             113