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
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -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,
+0 −1
Original line number Diff line number Diff line
@@ -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