From c95e27834255c7b0bac54a5c707ab01103b37280 Mon Sep 17 00:00:00 2001 From: Joe Stringer Date: Sat, 14 Dec 2013 02:18:13 +0000 Subject: 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 Signed-off-by: Ethan Jackson Acked-by: Ethan Jackson --- lib/cfm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/cfm.c') 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: -- cgit v1.2.1