Thanks Ales, Acked-by: Mark Michelson <[email protected]>
On 11/15/23 06:06, Ales Musil wrote:
The inactivity probe was disabled for all connections over unix socket [0]. However, the statctrl connection wasn't updated by this patch. Remove the inactivity probe from statctrl connection as well. [0] c16e5da80383 ("controller: disable OpenFlow inactivity probing") Signed-off-by: Ales Musil <[email protected]> --- controller/statctrl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/statctrl.c b/controller/statctrl.c index cb1545cbb..8cce97df8 100644 --- a/controller/statctrl.c +++ b/controller/statctrl.c @@ -233,7 +233,7 @@ statctrl_thread_handler(void *arg) struct statctrl_ctx *ctx = arg;/* OpenFlow connection to the switch. */- struct rconn *swconn = rconn_create(5, 0, DSCP_DEFAULT, + struct rconn *swconn = rconn_create(0, 0, DSCP_DEFAULT, 1 << OFP15_VERSION);while (!latch_is_set(&ctx->exit_latch)) {
_______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
