diff options
Diffstat (limited to 'ipproto.c')
-rwxr-xr-x | ipproto.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ const struct tok ipproto_values[] = { { IPPROTO_PGM, "PGM" }, { IPPROTO_SCTP, "SCTP" }, { IPPROTO_MOBILITY, "Mobility" }, + { IPPROTO_CARP, "CARP" }, { 0, NULL } }; |