The following command does not "fully" work:
ovs-ofctl add-flow ovsbr0 ip,in_port=10,ip_dscp=5,actions=set_queue:3,output:9
BUT if I give this it does:ovs-ofctl add-flow ovsbr0 ip,in_port=10,ip_dscp=5,actions=set_queue:3,output:9,NORMAL
In both cases, I can see traffic/packets hitting the rule, but only in the second case is it forwarded to my tc queue. If I run "ovs-ofctl dump-flows ovsbr0" it shows that the rule gets packets, so it seems more an issue of forwarding to my queue.
Any help is appreciated! Thanks, Deborah Charan
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
