diff options
author | Xin LI <delphij@FreeBSD.org> | 2012-05-14 08:01:48 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2012-05-14 08:01:48 +0000 |
commit | 60894fde29002aac35c5aff244b0f45c4d590413 (patch) | |
tree | 2d0f73c65ae258539a2146cd435727a18ae62097 /ipproto.c | |
parent | 6d59e2f382406def185ce5261b8723a174cd28a3 (diff) |
Diffstat (limited to 'ipproto.c')
-rwxr-xr-x | ipproto.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipproto.c b/ipproto.c index 644b36427719..cbb9bf3f74e6 100755 --- a/ipproto.c +++ b/ipproto.c @@ -55,6 +55,7 @@ const struct tok ipproto_values[] = { { IPPROTO_PGM, "PGM" }, { IPPROTO_SCTP, "SCTP" }, { IPPROTO_MOBILITY, "Mobility" }, + { IPPROTO_CARP, "CARP" }, { 0, NULL } }; |