parent
9de4c6e9e9
commit
14e9767330
|
|
@ -51,6 +51,9 @@ const char *tnl_strproto(__u8 proto)
|
||||||
case IPPROTO_IPV6:
|
case IPPROTO_IPV6:
|
||||||
strcpy(buf, "ipv6");
|
strcpy(buf, "ipv6");
|
||||||
break;
|
break;
|
||||||
|
case IPPROTO_ESP:
|
||||||
|
strcpy(buf, "esp");
|
||||||
|
break;
|
||||||
case 0:
|
case 0:
|
||||||
strcpy(buf, "any");
|
strcpy(buf, "any");
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue