in E-mail "Re: [ovs-discuss] ovs-ofctl fails occasionally":
> On Wed, Feb 27, 2019 at 12:45:58PM +, Ken Ajiro wrote:
> >
> > Hello,
> >
> > When I use ovs-ofctl on OVS 2.10.1, it failed occasionally by error:
> >
> > ovs-ofctl: br0:
lly disconnection of ofctl.
Thanks,
--
Ken Ajiro
___
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
ll try it.
> Yes, specialĀ handling is required in that case.
However I think that inet6_add_protocol() never return -EEXIST so I think
that this special handling won't work.
(It looks that inet6_add_protocol() returns only 0 or -1)
int inet6_add_protocol(const struct inet6_protoco
unregister_pernet_device(&ip6gre_net_ops);
goto ip6_gre_loaded;
}
I checked net/ipv6/protocol.c and understand that when inet6_add_protocol()
failed it returns -1 (same to -EPERM) instead of -EEXIT.
Is it needed checking if err
Hello,
When I used controller packet-in rate limiting (controller_rate_limit in
controller table), I found that incorrect statistics was increased.
I think that following fix is needed.
Thanks,
--
Ken Ajiro
diff --git a/ofproto/connmgr.c b/ofproto/connmgr.c
index 4b927d6