On 16 January 2018 at 11:46, John Hurley <[email protected]> wrote: > > Geneve tunnels are not given a netdev_class function to determine their > ifindex. This means when ofproto-dpif attempts to add a geneve netdev > it fails in 'netdev_ports_insert' in netdev.c. Failure to add this means > that further operations like offloading a rule that egresses to a geneve > port will be rejected as the egress port cannot be found. This patch > applies the same ifindex function to geneve as is used in vxlan. > > Signed-off-by: John Hurley <[email protected]> > Acked-by: Simon Horman <[email protected]>
Thanks John, I have applied this to master, branch-2.9 and branch-2.8. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
