Hello,
I think I may have found a bug. First, I add a flow where the dl_type
set and everything else is wildcarded. Then I delete it using
delete_strict_datapath_flow(). When I receive a flow removed event, I
print out the match dictionary and see:
{'dl_type': 5, 'nw_dst_n_wild': 0L, 'nw_dst': 0L, 'nw_src_n_wild': 0L,
'nw_proto': 0, 'nw_tos': 0, 'tp_dst': 0, 'tp_src': 0, 'nw_src': 0L}
It's adding a few extra fields with values of 0. If I'm not mistaken, it
should only have the dl_type field.
I verified the flow was added properly to the switch by using
openvswitch's flow dump.
-Derek
_______________________________________________
nox-dev mailing list
[email protected]
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org