From: Vincent Bernat Date: Sun, 29 Mar 2015 16:41:25 +0000 (+0200) Subject: client: when receiving a port update, transmit it now X-Git-Tag: 0.7.14~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bbd094f4952c932764ae69840bbd86c2213f1ce6;p=thirdparty%2Flldpd.git client: when receiving a port update, transmit it now --- diff --git a/src/daemon/client.c b/src/daemon/client.c index df34f252..c9a4b2e2 100644 --- a/src/daemon/client.c +++ b/src/daemon/client.c @@ -363,6 +363,8 @@ client_handle_set_port(struct lldpd *cfg, enum hmsg_type *type, if (ret == 0) log_warn("rpc", "no interface %s found", set->ifname); + else + levent_update_now(cfg); set_port_finished: if (!ret) *type = NONE;