ofproto: New feature to notify controllers of flow table changes.
authorBen Pfaff <blp@nicira.com>
Thu, 12 Jul 2012 21:18:05 +0000 (14:18 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 12 Jul 2012 21:18:05 +0000 (14:18 -0700)
OpenFlow switching monitoring and controller coordination can be made more
efficient if the switch can notify a controller of flow table changes as
they occur, rather than periodically polling for changes.  This commit
implements such a feature.

Feature #6633.
CC: Natasha Gude <natasha@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>

No differences found