Re: [ovs-discuss] About ovs_vport_init() error

2019-01-22 Thread Ken Ajiro
On Mon, 21 Jan 2019 19:17:58 +, gvrose8...@gmail.com wrote in E-mail "Re: [ovs-discuss] About ovs_vport_init() error": > >datapath/vport.c ovs_vport_init() > > > > err = ip6gre_init(); > > if (err && err != -EEXIST) { > > goto err_ip6gre; <== > > }

Re: [ovs-discuss] About ovs_vport_init() error

2019-01-22 Thread Gregory Rose
On 1/22/2019 1:13 AM, Ken Ajiro wrote: 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_protocol *prot, unsigned char