Hi Guys, I need your advice on subj.
I want to extend flow syntax generated by northd with routing info. I plan to transfer some routing info between az with use of geneve tunnel. I suppose to allocate some tun_metadata (for example tun_metadata0) to contain routing info. The flow generated should finally look like: match "tun_metadata0 == 1" and action "tun_metadata0 = 3" Alternatively, I can assign name to that data like: match "route_info == 1" and action "route_info = 3" with mapping route_info to tun metadata 0 Could you please provide general implementation guidelines on this? Thank you, Alexander _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
