contiv / libOpenflow

Apache License 2.0
21 stars 44 forks source link

Support bundle feature defined in OpenFlow #9

Closed wenyingd closed 4 years ago

wenyingd commented 4 years ago

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

wenyingd commented 4 years ago

The implementation has been merged. Close this issue.