Bundle is a key feature introduced in OpenFlow1.3 extenstion. Bundle is helpful if we want the swtich to handle multiple modifications in a batch. A bundle is a sequence of OpenFlow modification requests from the controller that is applied as a single OpenFlow operation. If all modifications in the bundle succeed, all of the modifications are retained, but if any errors arise, none of the modifications are retained.
Bundle is a key feature introduced in OpenFlow1.3 extenstion. Bundle is helpful if we want the swtich to handle multiple modifications in a batch. A bundle is a sequence of OpenFlow modification requests from the controller that is applied as a single OpenFlow operation. If all modifications in the bundle succeed, all of the modifications are retained, but if any errors arise, none of the modifications are retained.
Feature implement in https://github.com/contiv/libOpenflow/pull/8