I am using OpenWrt for my Tp link router. I have configured OpenVswitch and OVN.I have also created one logical router and two logical switches inside that virtual network.

Now, I want to add flow entries in OVN manuallay without any help of CMS.

For example I can add flow entry to the OpenVswitch in Openwrt terminal by writing this command

ovs-ofctl add-flow br-int "table=0, priority=0, in_port=1,actions=output:2"

But this command is for OpenVswitch. I want to add logical flows to the OVN.

By default there are some entries inside the OVN southbound database. I can see those entries by this commmand:

ovn-sbctl lflow-list