mirror of https://github.com/M66B/NetGuard.git
parent
2f68dc8fff
commit
4e92a7aca8
|
@ -260,7 +260,7 @@ void handle_ip(const struct arguments *args,
|
||||||
|
|
||||||
// TODO checksum
|
// TODO checksum
|
||||||
}
|
}
|
||||||
else if (protocol)
|
else if (protocol != IPPROTO_HOPOPTS && protocol != IPPROTO_IGMP && protocol != IPPROTO_ESP)
|
||||||
report_error(args, 1, "Unknown protocol %d", protocol);
|
report_error(args, 1, "Unknown protocol %d", protocol);
|
||||||
|
|
||||||
flags[flen] = 0;
|
flags[flen] = 0;
|
||||||
|
|
Loading…
Reference in New Issue