On Tue, Dec 13, 2016 at 08:41:18PM -0800, Pravin Shelar wrote: > On Thu, Dec 8, 2016 at 9:41 PM, Yi Yang <[email protected]> wrote: > > > > if (vport->dev->flags & IFF_LOOPBACK || > > - vport->dev->type != ARPHRD_ETHER || > > + (vport->dev->type != ARPHRD_ETHER && > > + vport->dev->type != ARPHRD_NONE) || > > OVS out of tree module is not ready for ARPHRD_NONE type of devices > yet. we have to backport L3 patches from upstream OVS first.
Yeah, I'm working on this, it is almost done, I'll post them once they are verified. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
