diff options
Diffstat (limited to 'ipproto.h')
| -rw-r--r-- | ipproto.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ipproto.h b/ipproto.h index 96407541f64d..c9801a624a49 100644 --- a/ipproto.h +++ b/ipproto.h @@ -133,6 +133,9 @@ extern const struct tok ipproto_values[]; #ifndef IPPROTO_VRRP #define IPPROTO_VRRP 112 #endif +#ifndef IPPROTO_CARP +#define IPPROTO_CARP 112 +#endif #ifndef IPPROTO_PGM #define IPPROTO_PGM 113 #endif |
