improved kernel interface logging

This commit is contained in:
Martin Willi
2006-06-09 08:41:41 +00:00
parent 0bb32cb5f3
commit b543bef50c
5 changed files with 50 additions and 63 deletions
+3 -3
View File
@@ -34,9 +34,9 @@
*/
mapping_t protocol_id_m[] = {
{PROTO_NONE, "PROTO_NONE"},
{PROTO_IKE, "PROTO_IKE"},
{PROTO_AH, "PROTO_AH"},
{PROTO_ESP, "PROTO_ESP"},
{PROTO_IKE, "IKE"},
{PROTO_AH, "AH"},
{PROTO_ESP, "ESP"},
{MAPPING_END, NULL}
};