[NETVIRT-637] egress sfc classifier flows resubmit to local SFF when they shouldn't Created: 27/Apr/17  Updated: 19/Oct/17  Resolved: 28/Apr/17

Status: Resolved
Project: netvirt
Component/s: General
Affects Version/s: Carbon
Fix Version/s: None

Type: Bug
Reporter: Manuel Buil Assignee: Unassigned
Resolution: Duplicate Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: All
Platform: All


Issue Links:
Duplicate
duplicates NETVIRT-631 Erroneous Egress Classifier flows cau... Resolved
External issue ID: 8321

 Description   

Using dovs I found the subsequent problem.

Table=223 has the following instructions:

table=223, n_packets=3, n_bytes=222, priority=260,nsp=52,tun_dst=172.19.0.2 actions=resubmit(,83)
table=223, n_packets=0, n_bytes=0, priority=250,nsp=52 actions=output:5

However, 172.19.0.2 is the VTEP of a different OVS. So packets hit that flow and then go to table 83 which does not exist because that OVS is not a SFF. The VTEP of the local OVS has the IP 172.19.0.3, so table=223 should be:

table=223, n_packets=3, n_bytes=222, priority=260,nsp=52,tun_dst=172.19.0.3 actions=resubmit(,83)
table=223, n_packets=0, n_bytes=0, priority=250,nsp=52 actions=output:5


Generated at Wed Feb 07 20:22:05 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.