From: Joe Stringer Date: Sat, 14 Dec 2013 02:18:13 +0000 (+0000) Subject: cfm: Notify connectivity_seq on cfm_set_fault X-Git-Tag: sliver-openvswitch-2.1.90-1~10^2~174 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c95e27834255c7b0bac54a5c707ab01103b37280;p=sliver-openvswitch.git 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 --- 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: