Hi all,

In install_datapath_flow in core.py we have:

    def install_datapath_flow(self, dp_id, attrs, max_idle, actions,
                              buffer_id=None,
                              priority=openflow.OFP_DEFAULT_PRIORITY,
                              inport=None, packet=None):
        if buffer_id == None:
            buffer_id = UINT32_MAX


Here the buffer_id is set to UINT32_MAX if there is no buffer to apply 
the flow to. This disagrees with the 0.8.1 spec where it states that the 
buffer_id should be -1 if the flow isn't to be applied to a buffer.

Glen

_______________________________________________
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org

Reply via email to