floodlight官方文檔(十七):Application Modules詳解----Forwarding

Description

轉發將在兩個設備之間轉發數據包。源設備和目標設備將由IdeviceService進行分類。

Services Provided

None

Service Dependencies依賴的服務

IDeviceService
IFloodlightProviderService
IRestApiService
IRoutingService
ITopologyService
IDebugCounterService
IOFSwitchService

Java File

The module is implemented in net.floodlightcontroller.forwarding.Forwarding.

How it works

由於泛光燈設計用於包含OpenFlow和非OpenFlow交換機的網絡,因此轉發必須考慮到這一點。算法將找到所有OpenFlow孤島,這些孤島具有源設備和目標設備的設備連接點。然後,將沿着最短的流動路徑安裝Flowmods。如果在島上接收到packetin,並且該島上的設備沒有連接點,則包將被洪泛。

Limitations

當前未提供路由功能。
沒有vlan-encap/decap。

Configuration

模塊默認啓用,加載模塊不需要更改配置。
在這裏插入圖片描述

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章