-
Notifications
You must be signed in to change notification settings - Fork 14
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
Circuit is not deployed if both UNIs are in the same switch #185
Comments
When UNIs are in the same switch, no flow was installed, so the circuit was never deployed. Now, we deal with this special case, and the flows are installed. Fix kytos#185.
When UNIs are in the same switch, no flow was installed, so the circuit was never deployed. Now, we deal with this special case, and the flows are installed. Fix kytos#185.
When UNIs are in the same switch, no flow was installed, so the circuit was never deployed. Now, we deal with this special case, and the flows are installed. Fix #185.
Hi Antonio, I still cannot create the intra-switch EVC. I'm using kytos/nightly docker image + mef_eline from the master branch:
Can you please help me figure out what I'm doing wrong? |
Hi, Italo. This looks like a déjà vu for me. The problem is related to |
Hi Antonio,
I've already tried to create the circuit with the option
dynamic_backup_path:true but the same error (sorry to not mention on the
first place):
# kytosd -E -f
# mn --topo single,3 --controller=remote,ip=172.18.0.2
$ curl -s -X POST -d '{"name": "my evc3","enabled":
true,"dynamic_backup_path":true, "uni_a": { "interface_id":
"00:00:00:00:00:00:00:01:1", "tag": {"tag_type":1,"value": 101} }, "uni_z":
{"interface_id": "00:00:00:00:00:00:00:01:2", "tag": {"tag_type":
1,"value": 101}}}' http://172.18.0.2:8181/api/kytos/mef_eline/v2/evc/ -H
"Content-Type: application/json"
{"circuit_id":"ceb3cab794be44d6ab3942c634b32093"}
mininet> sh ovs-ofctl dump-flows s1
cookie=0x0, duration=61.245s, table=0, n_packets=0, n_bytes=0,
priority=1000,dl_vlan=3799,dl_type=0x88cc actions=CONTROLLER:65535
I've also tried using no tags, using tag on one side and not in the other,
same behavior.
Thanks, Italo
|
Changes made later broke a part of the code dealing with circuits where both UNIs are in the same switch. I'm reopening the issue. |
When no path is found but UNIs are on the same switch, install the flows. Fixes kytos#185
When no path is found but UNIs are on the same switch, install the flows. Fixes kytos#185
When no path is found but UNIs are on the same switch, install the flows. Fixes kytos#185
If the circuit connects two UNIs in the same switch, the deployment should consist of 2 flows in that switch, but nothing is done is that case.
The text was updated successfully, but these errors were encountered: