介绍
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
模块默认启用,加载模块不需要更改配置。