>From my understanding, conntrack mark and label are metadata that are associated with a flow. They are maintained in ovs internally, but not in the packet's wire format. You can find more information on ovs-fields (7) or on ./include/openvswitch/flow.h (struct flow).
-Yi-Hung On Sun, Jun 18, 2017 at 4:40 AM, sougol gheissi <[email protected]> wrote: > Hello, > I have a question, connmark or connlable on the packets are what parts of > the packets exactly? Which part of header carry these fields?! > Thanks in advance > > > _______________________________________________ > discuss mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-discuss > _______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
