Hi Team,
I am testing acl flows in open flow.
I have used a combination of ethertype, vlan and ingress port as qualifiers to perform 'write actions'. This is successful. But when I tried to use DST IP instead of ethertype, I am facing the following error,
For eg,
ovs-ofctl -O OpenFlow12 add-flow br0 in_port=1,dl_vlan=1,nw_dst=12.12.12.1/32,table=60,action=group:65538
error:
2001-04-24T17:26:47Z|00001|ofp_util|INFO|normalization changed ofp_match, details: 2001-04-24T17:26:47Z|00002|ofp_util|INFO| pre: in_port=1,dl_vlan=1,nw_dst=12.12.12.1
2001-04-24T17:26:47Z|00003|ofp_util|INFO|post: in_port=1,dl_vlan=1

Do we have any document that advises valid qualifiers combinations/lists?
I have searched the curl commands also internet for open flow acl commands, but in vain.

Can somebody please help.

Thanks,
Pravin P
_______________________________________________
openflow-discuss mailing list
openflow-discuss@lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/openflow-discuss

Reply via email to