Loading net/ipv4/netfilter/ipt_NATTYPE.c +1 −1 Original line number Diff line number Diff line Loading @@ -154,7 +154,7 @@ static bool nattype_packet_in_match(const struct ipt_nattype *nte, * further. */ if (nte->proto != iph->protocol) { DEBUGP("nattype_packet_in_match: protocol failed: nte proto:" DEBUGP("nattype_packet_in_match: protocol failed: nte proto:"); DEBUGP(" %d, packet proto: %d\n", nte->proto, iph->protocol); return false; Loading Loading
net/ipv4/netfilter/ipt_NATTYPE.c +1 −1 Original line number Diff line number Diff line Loading @@ -154,7 +154,7 @@ static bool nattype_packet_in_match(const struct ipt_nattype *nte, * further. */ if (nte->proto != iph->protocol) { DEBUGP("nattype_packet_in_match: protocol failed: nte proto:" DEBUGP("nattype_packet_in_match: protocol failed: nte proto:"); DEBUGP(" %d, packet proto: %d\n", nte->proto, iph->protocol); return false; Loading