Floodlight 下发流表
Floodlight 中下发流表的方法主要有以下几种方式 使用 REST API 下发流表 使用 StaticEntryPusherService Java API 下发流表 手动构建 FlowMod 消息发送到交换机 使用 REST API 下发流表 Add flow entry curl -X POST -d '{"switch":"00:00:00:00:00:00:00:01", "name":"flow-mod-1", "cookie":"0", "priority":"32768", "in_port":"1","active":"true", "actions":"output=2"}' http://<controller_ip>:8080/wm/staticentrypusher/json Add group entry ...