Skip to content
Snippets Groups Projects
Commit 1a58a103 authored by Mohamad Rahhal's avatar Mohamad Rahhal
Browse files

Device-Service component - Ryu - Driver - Service Handler:

- Added Connectivity Service
- Added Driver
- Tested Onboarding & Service Function
parent 4a934dbe
No related branches found
No related tags found
1 merge request!296Draft: Resolve "(CTTC) Add OpenFlow support through Ryu SDN controller"
......@@ -184,7 +184,11 @@ class OpenFlowDriver(_Driver):
"max_len": 65535,
"type": "OUTPUT",
"port": out_port
}]}]}
}
]
}
]
}
flow_entry_arp_foraward = {
"dpid": dpid,
......@@ -201,7 +205,10 @@ class OpenFlowDriver(_Driver):
"type": "OUTPUT",
"port": "0xfffffffb"
}
]}]}
]
}
]
}
flow_entry_arp_reply = {
"dpid": dpid,
"priority": 65535,
......
......@@ -144,6 +144,5 @@ class TfsApiClient:
'endpoints': link_endpoint_ids,
}
result.append((link_url, link_data))
#
LOGGER.debug('[get_devices_endpoints] topology; returning')
return result
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment