> > Thanks for working on making OVS better support IPv6. > > The following change stood out to me. It appears to break ABI compatibility > in the kernel datapath. Is there some reason it's OK? I especially don't > understand why it adds a nested inner struct. > Thanks Ben. Yes, the inner structure is not required. Earlier we defined it as union and later changed it to structure. Instead those fields can be simply defined outside of inner structure. I will fix this in v2 patch.
Warm Regards, Vishal _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
