On Tue, Sep 29, 2015 at 10:52 AM, Jiri Benc <[email protected]> wrote: > When compat code for tunnel configuration is used, IPv6 tun_info will be > rejected by ovs_tunnel_get_egress_info. As the consequence, only the new way > of tunnel config supports IPv6.
This appears to me to be a bug in the existing code. ovs_tunnel_get_egress_info() as a general mechanism is still in use and should work with both the old and new configuration methods. However, I agree that it doesn't look like it will work currently with tunnel devices. I think we need to fix this rather than making it more broken. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
