Hello,
I am working in mininet v 2.0 and OVS v 1.10 and POX with openflow.nicira
I am trying to do an experiemnt using arbitrary netmask as the following match:
msg1 = nx.nx_flow_mod()
msg1.idle_timeout = 100
msg1.hard_timeout = 120
msg1.match.eth_type = packet.IP_TYPE
msg1.match.ip_dst = "10.0.0.4/0.0.0.255"
msg1.priority = 65001
msg1.actions.append(of.ofp_action_output(port = 1))
core.openflow.sendToDPID(1, msg1)
But i am facing Runtimerror Netmask is not CIDR compatible.
I do not know how to use it or why? I am receiving this error
Best regards,
Eng Amer Alghadhban
COE
SANS-GCFW
CEH, SCNP, CCNA
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss