dlinknctu / OpenADM

An opensource Aanalytic, Diagnosis and Management framework for SDN
GNU General Public License v2.0
17 stars 23 forks source link

Fix missing flow entry field in Ryu adapter #66

Closed charlesmcchan closed 10 years ago

charlesmcchan commented 10 years ago

There are some missing fields in the flow table fetch from Ryu controller, which further causes the "undefined" shown on the bottom of web UI.

The missing fields are: dstIPMask srcIPMask wildcards vlanP tosBits

charlesmcchan commented 10 years ago

dstIPMask srcIPMask are already included in nw_src and nw_dst in ryu

wildcards is already handled when generate match dict structure