Basic wiring for OVSDB updates
authorEd Warnicke <eaw@cisco.com>
Mon, 9 Feb 2015 01:55:10 +0000 (18:55 -0700)
committerEd Warnicke <eaw@cisco.com>
Mon, 9 Feb 2015 23:22:25 +0000 (16:22 -0700)
commit18f0fb47ef74cbd51c7e20672a78d7e6b0e459d5
treeedf3dedf543c23eee441d6ccfbc2d4fcd94c304b
parent166a796ba905bc7094b5d2bdf4f692f6ccde2b35
Basic wiring for OVSDB updates

This patch wires in OVSDB updates via monitor, and hands
them off to a callback that (to date) logs them.

I've tried it out with some simple cases, and it appears to
be working.

Change-Id: I1387283054f68f036fe4b4a8a5f81bb17e02aa6e
Signed-off-by: Ed Warnicke <eaw@cisco.com>