Hello,

I am trying to introduce new attributes in the Openflow header. As a test I
am inserting a new attribute or label in the padding of the header.

This is an excerpt from openvswitch's /lib/flow.h

    ofp_port_t actset_output;   /* Output port in action set. */
    uint16_t SNOW;            // new test variable replacing pad***

    //uint8_t pad2[2];            /* Pad to 64 bits. */

    /* L2, Order the same as in the Ethernet header! (64-bit aligned) */
    struct eth_addr dl_dst;     /* Ethernet destination address. */
_______________________________________________
openflow-discuss mailing list
openflow-discuss@lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/openflow-discuss

Reply via email to