Description of problem: ovs-appctl add-flow failed with error: ovs-switchd: updating flow table(File exists) ovs-appctl:ovs--vswitchd: server returned an error Version-Release number of selected component (if applicable): 4.19.91 How reproducible: Always Steps to Reproduce: ovs-appctl dpctl/add-dp system@test ovs-appctl dpctl/add-flow system@test "in_port(1),eth_type(0x0800),ipv4(src=100.16.0.0/255.252.0.0,dst=100.30.48.48,frag=no)" 2 ovs-appctl dpctl/add-flow system@test "in_port(1),eth_type(0x0800),ipv4(src=100.20.0.0/255.248.0.0,dst=100.30.48.48,frag=no)" 2 Actual results: add flow failed Expected results: add flow successfully
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/2662