On Fri, Jul 14, 2017 at 02:33:27PM +0200, Eelco Chaudron wrote: > Due to commit 67ac844 an existing issue with OVS persisten ports > surfaced. If we revert the commit we no longer get the error, and > basic traffic will flow. However the wrong netdev class is used, hence > the wrong callbacks get called. > > The main issue is with netdev_open() being called with type = NULL > before the interface is actually configured in the system. This patch > tracks these "auto" generated interfaces, and once netdev_open() gets > called with a valid type, re-configures (re-create) it. > > Signed-off-by: Eelco Chaudron <[email protected]>
OK, let's try this. I applied it to master. If it doesn't solve the issues, then we'll have to revert both this and 67ac844. Thanks, Ben. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
