mirror of
https://github.com/bol-van/zapret.git
synced 2026-03-09 06:45:24 +00:00
nfqws: cygwin pre-compat
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user