mirror of
https://github.com/samba-team/samba.git
synced 2025-09-12 13:44:19 +03:00
use NF_DROP instead of NF_STOLEN when we tell the kernel to not worry
about this packet any more and just forget it ever saw it (This used to be ctdb commit 42a2a777cbc15a8cbbea7ecf2fb1c6dafa242d0c)
This commit is contained in:
@@ -223,7 +223,7 @@ int main(int argc, const char *argv[])
|
|||||||
about this packet any more
|
about this packet any more
|
||||||
*/
|
*/
|
||||||
ret = sendto(s, &ipqp->payload[0], ipqp->data_len, 0, &ipmux_nodes[hash].sin, sizeof(struct sockaddr_in));
|
ret = sendto(s, &ipqp->payload[0], ipqp->data_len, 0, &ipmux_nodes[hash].sin, sizeof(struct sockaddr_in));
|
||||||
ipq_set_verdict(ipqh, ipqp->packet_id, NF_STOLEN, 0, pktbuf);
|
ipq_set_verdict(ipqh, ipqp->packet_id, NF_DROP, 0, pktbuf);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user