opendaylight flow is in config&operational datastore but does not work
hello all,
I am practising on odl boron, and trying to learn some fundamentals in deep. I am able to push flows into switch with ovs add-flow command and curl with json format. I can see these flows in dump command and they are working.
The problem occurs when I try to push flow with curl xml format. Actually, both from CLI and postman I get status OK. And I can see the flow is in config/operational store with get command as well. However, somehow flow is not listed under ovs-ofctl dump-flows command, it is not working either. Any idea? Nothing fancy in karaf logs, no errors in karaf cli. I run openflow 13 both in mininet and karaf.
Am I supposed to install any specific feature to make this work?