trozet / tacker

tacker: specifications a servicevm/device life cycle manager. See https://wiki.openstack.org/wiki/ServiceVM
http://openstack.org
Apache License 2.0
3 stars 7 forks source link

Only possible to create two classification rules pointing to the same chain the first time you try #18

Closed manuelbuil closed 3 years ago

manuelbuil commented 8 years ago

I am experiencing that if I create two classification rules pointing to a chain, the first time I try it works. However, if I delete those and then I create them again, the second rule replaces the first one. In other words:

1 - I create rule 1 pointing to chain 1. Result: I see a flow created in table = 11 with the syntax of rule 1 2 - I create rule 2 pointing to chain 1. Result: The previous flow is removed and now I see a flow created in table = 11 with the syntax of rule 2

trozet commented 8 years ago

@manuelbuil will look into this bug. When you created the classifier, did you specify the name of the classifier? If so, were they 2 different names? I see how that could cause the first one to be overwritten.

manuelbuil commented 8 years ago

Hey Tim, yes, they have two different names red_http and red_ssh.