cfm: Notify connectivity_seq on remote maintenance points change.
authorAlex Wang <alexw@nicira.com>
Sat, 15 Mar 2014 01:30:39 +0000 (18:30 -0700)
committerAlex Wang <alexw@nicira.com>
Wed, 19 Mar 2014 22:09:19 +0000 (15:09 -0700)
commit18dcfc56cb66d4a318034e80cc628674c12bf16e
tree4ce1e076e2bc7a8b7366572d5ecadcc72e70c915
parentf1946fbe8300e906c30491387e565f3b58d7f049
cfm: Notify connectivity_seq on remote maintenance points change.

Commit f23d157c ("ofproto-dpif: Don't poll ports when nothing changes")
did not ensure the update of the row of remote maintenance points in ovsdb
when it changes.  This commit makes the update happen by notifying the
global connectivity_seq.

Bug #1192265

Signed-off-by: Alex Wang <alexw@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/cfm.c