nfqws: cygwin pre-compat

This commit is contained in:
bol-van
2024-04-25 10:25:48 +03:00
parent fe6c6d6393
commit f48617e1a3
2 changed files with 8 additions and 2 deletions

View File

@@ -652,8 +652,10 @@ const char *proto_name(uint8_t proto)
return "6in4";
case IPPROTO_IPIP:
return "4in4";
#ifdef IPPROTO_GRE
case IPPROTO_GRE:
return "gre";
#endif
#ifdef IPPROTO_SCTP
case IPPROTO_SCTP:
return "sctp";