Skip to content

Commit

Permalink
pinctrl: Fix up comments about sending RST packets for healthcheck.
Browse files Browse the repository at this point in the history
We're sending TCP RST not RST-ACK as the comment suggests.

Reported-at: https://mail.openvswitch.org/pipermail/ovs-dev/2023-November/409288.html
Reported-by: Mark Michelson <mmichels@redhat.com>
Fixes: a35725a ("pinctrl: send RST instead of RST_ACK bit for lb hc")
Signed-off-by: Dumitru Ceara <dceara@redhat.com>
Acked-by: Ales Musil <amusil@redhat.com>
  • Loading branch information
dceara committed Dec 7, 2023
1 parent 450e41e commit 69faa2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/pinctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -7897,7 +7897,7 @@ pinctrl_handle_tcp_svc_check(struct rconn *swconn,
svc_mon->n_success++;
svc_mon->state = SVC_MON_S_ONLINE;

/* Send RST-ACK packet. */
/* Send RST packet. */
svc_monitor_send_tcp_health_check__(swconn, svc_mon, TCP_RST,
htonl(tcp_ack),
htonl(0), th->tcp_dst);
Expand Down

0 comments on commit 69faa2e

Please sign in to comment.