開發平台(Platform): (Ex: Win10, Linux, ...)
Linux
編譯器(Ex: GCC, clang, VC++...)+目標環境(跟開發平台不同的話需列出)
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
問題(Question):
我要利用controller的meter 控制flow rate
但我的meter 沒辦法對應到 flow ,我的meter 無法正常使用,會出現以下bug,想詢問
解決方法。在網上查了若出現以下bug可能是openvswitch版本問題,要求openvswitch要2
.8.0以上,但目前我所使用的是3.0.1版。
餵入的資料(Input):
預期的正確結果(Expected Output):
錯誤結果(Wrong Output):
https://i.imgur.com/Lm7KQQV.jpg
程式碼(Code):(請善用置底文網頁, 記得排版,禁止使用圖檔)
Controller code
https://ideone.com/RMHpFr
Mininet code
https://ideone.com/jVmYlq
補充說明(Supplement):