cfm: Notify connectivity_seq on cfm_set_fault
authorJoe Stringer <joestringer@nicira.com>
Sat, 14 Dec 2013 02:18:13 +0000 (02:18 +0000)
committerEthan Jackson <ethan@nicira.com>
Fri, 13 Dec 2013 18:44:08 +0000 (10:44 -0800)
commitc95e27834255c7b0bac54a5c707ab01103b37280
tree0ce51f080a3b3f3b268a547023f091ff80a381ad
parent65dd5d75ecc9725e0e9196ad81b42e2be3ccf212
cfm: Notify connectivity_seq on cfm_set_fault

Commit f23d157c ("ofproto-dpif: Don't poll ports when nothing changes"
changed how cfm information is propagated to ovsdb, but did not ensure
that this happened when users made "appctl cfm/set_fault" calls. This
patch fixes this case.

Signed-off-by: Joe Stringer <joestringer@nicira.com>
Signed-off-by: Ethan Jackson <ethan@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
lib/cfm.c