【发布时间】:2021-07-30 16:04:44
【问题描述】:
当我执行以下命令时
sudo mn --controller remote,ip=127.0.0.1 --topo=single,4
ONOS 显示以下错误
处理来自 [127.0.0.1:54080 的消息时出错 DPID[00:00:00:00:00:00:00:01]]状态WAIT_METER_FEATURES_REPLY io.netty.handler.codec.DecoderExpeption: org.projectfloodlight.openflow.exeptions.OFParseError:长度错误: 预期=40(40),得到=32
请帮忙,如何解决....?
【问题讨论】:
-
您使用的是较新版本的 openflow ?通过运行
ovs-vsctl set bridge br protocols=OpenFlow13尝试类似 1.3 的内容