Bug 8045 - ovs-appctl add-flow failed due to the masked key
Summary: ovs-appctl add-flow failed due to the masked key
Status: NEW
Alias: None
Product: ANCK 4.19 Dev
Classification: ANCK
Component: net (show other bugs) net
Version: 4.19-027.x
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: XuanZhuo
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-25 11:07 UTC by wangchuanguo_lc
Modified: 2024-01-25 11:16 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wangchuanguo_lc inspur_group 2024-01-25 11:07:07 UTC
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
Comment 1 小龙 admin 2024-01-25 11:16:12 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/2662