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:17:52 +0000 (15:17 -0700)
commitd627fffb9419764b99e64dd78f0aa6df00b395df
tree56ee1b5d1ed7ac40479fc909be32fd5ac974e1af
parent64d3297ba61f0dce8656e9bb53b421c8f8434e7c
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