Can anyone point to some documentation with good examples on using metadata and 
learn()? I've looked at the ovs-ofctl man page and 
http://git.openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob_plain;f=tutorial/Tutorial;hb=HEAD
 but they both don't provide any examples on how to use [and not to use] 
metadata.

One of my use cases is something like this:

Table 1 matches packets, performs some action and resubmits to table 4.
Table 4 adds learned flows to Table8. As part of these learned flows I also 
want to match on some value in metadata that I'll be writing as part of actions 
in Table 1.
Table1 default action is resubmit to table8.

- Vishal.
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to