You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When call OFSwitch.DumpFlowStats we get errors like this:
E1111 17:53:52.088468 11670 match.go:188] "Failed to decode MatchField" err="Unsupported match field: 31 in class: 64022" data="\x93l\x80\x00\n\x02\b\x00\x80\x00\f\x02\x11\x11\x80\x00\x16\x04\xa9\xfe\xa9\xfe\x00\x00...
E1111 17:53:52.088526 11670 match.go:95] "Failed to unmarshal MatchField" err="Unsupported match field: 31 in class: 64022" data="\xfa\x16>S\x93l\x80\x00\n\x02\b\x00\x80\x00\f\x02\x11\x11\x80\x00\x16\x04\xa9\xfe\xa9...
E1111 17:53:52.088561 11670 multipart.go:2176] "Failed to unmarshal FlowDesc's Match" err="Unsupported match field: 31 in class: 64022" data="\x80\x00\x06\x06\xfa\x16>S\x93l\x80\x00\n\x02\b\x00\x80\x00\f\x02\x11\x11...
E1111 17:53:52.088595 11670 multipart.go:287] "Failed to unmarshal MultipartReply's Body" err="Unsupported match field: 31 in class: 64022" data="\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00*\x80\x00...
E1111 17:53:52.088631 11670 stream.go:44] "Failed to parse received message" err="Unsupported match field: 31 in class: 64022" bytes="\x06\x13\bh\x00\x00\x00\x93\x00\x01\x00\x00\x00\x00\x00\x00\x00\xa0\x00\x00\x00\x00...
After remove the dl_vlan match and pop_vlan action, the OFSwitch.DumpFlowStats works fine.
Then we also tried to change the match filed dl_vlan to vlan_vid/vlan_tci, but not work.
Has anyone experienced the same problem? How was it resolved?
The text was updated successfully, but these errors were encountered:
We have these OVS flows:
When call OFSwitch.DumpFlowStats we get errors like this:
After remove the dl_vlan match and pop_vlan action, the OFSwitch.DumpFlowStats works fine.
Then we also tried to change the match filed
dl_vlan
tovlan_vid/vlan_tci
, but not work.Has anyone experienced the same problem? How was it resolved?
The text was updated successfully, but these errors were encountered: