Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rules with the same match port and actions on different ports of the same VNF are not properly deployed #112

Open
cicciob92 opened this issue Nov 22, 2016 · 0 comments
Labels

Comments

@cicciob92
Copy link

if the NF-FG contains at least two rules with a match on the same port and actions on different ports of the same VNF then the graph is not deployed in a proper way.
Example of rules:

  1. match: eth0, vlan=1; action=monitor:port1
  2. match: eth0, vlan=2; action=monitor:port2

The bug is due to a wrong calculation of required vlinks to connect LSI0 and graphLSI:
the number of required vlinks is incremented by 1 every time that a new VNF appears as action, but it should be incremented every time that a new VNF PORT appears as action!
As a result, the number of vlinks calculated in the example above is 1, instead of 2.

@cicciob92 cicciob92 added the bug label Nov 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant