Dear all,

I use ryu controller to install an entry to match the metadata field that comes 
from the hosts as a part of the packet header, For instance :


        match = parser.OFPMatch(metadata=(200, 0xffffffffffffffff))
        actions = []
        self.add_flow(datapath, 100, match, actions)


Is it possible to make it. could the switch  match the metadata if it comes 
from the host, not from the previous table.
how to craft the header packet with the metadata field in the host?


Any advice would be highly appreciated

I apologize if my question is not proper for the Email list


M.Sc Abdullah Soliman

_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to