summaryrefslogtreecommitdiff
path: root/lib/cfm.c
diff options
context:
space:
mode:
authorJoe Stringer <joestringer@nicira.com>2013-12-14 02:18:13 +0000
committerEthan Jackson <ethan@nicira.com>2013-12-13 10:44:08 -0800
commitc95e27834255c7b0bac54a5c707ab01103b37280 (patch)
tree0ce51f080a3b3f3b268a547023f091ff80a381ad /lib/cfm.c
parent65dd5d75ecc9725e0e9196ad81b42e2be3ccf212 (diff)
downloadopenvswitch-c95e27834255c7b0bac54a5c707ab01103b37280.tar.gz
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>
Diffstat (limited to 'lib/cfm.c')
-rw-r--r--lib/cfm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/cfm.c b/lib/cfm.c
index 8ba0c4477..18a375087 100644
--- a/lib/cfm.c
+++ b/lib/cfm.c
@@ -1034,6 +1034,7 @@ cfm_unixctl_set_fault(struct unixctl_conn *conn, int argc, const char *argv[],
}
}
+ seq_change(connectivity_seq_get());
unixctl_command_reply(conn, "OK");
out: