POX下发流表时无法通过ip来match的问题
Posted 一条咸鱼的日常
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了POX下发流表时无法通过ip来match的问题相关的知识,希望对你有一定的参考价值。
将libopenflow_01.py的1075行的if (type(ipOrIPAndBits的if改为elif,即可
解决方案来自:https://www.mail-archive.com/[email protected]/msg01222.html
On first glance... I think this may be a bug in libopenflow_01.py. I‘m pretty surprised it hasn‘t been noticed until now since it appears to be very old.
Can you try changing libopenflow_01.py around like line 1075 in _make_addr()("if (type(ipOrIPAndBits...") from an "if" to an "elif"?
以上是关于POX下发流表时无法通过ip来match的问题的主要内容,如果未能解决你的问题,请参考以下文章