[NETVIRT-1469] Stale flows in ACL tables 216/246 Created: 24/Oct/18  Updated: 26/Oct/18  Resolved: 26/Oct/18

Status: Resolved
Project: netvirt
Component/s: None
Affects Version/s: Fluorine-SR2, Neon, Oxygen-SR4
Fix Version/s: None

Type: Bug Priority: Medium
Reporter: Somashekar B Assignee: Somashekar B
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

Steps:
-------
openstack security group create sg1
openstack security group rule create sg1 --egress --ethertype IPv4 --protocol icmp --remote-group sg1
openstack security group rule create sg1 --egress --ethertype IPv6 --protocol icmp --remote-group sg1
openstack security group rule create sg1 --ingress --ethertype IPv4 --protocol icmp --remote-group sg1
openstack security group rule create sg1 --ingress --ethertype IPv6 --protocol icmp --remote-group sg1

openstack network create network1
openstack subnet create --network network1 --subnet-range 10.0.0.0/24 subnet1

openstack server create --flavor m1.tiny --availability-zone nova:osc-pike-ubuntu16 --image cirros-0.3.5-x86_64-disk --nic net-id=network1 VM1 --security-group sg1

openstack server delete VM1

Issue:
------
Stale flows with VM IP's are observed in ACL tables 216 and 246.


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