From 81a3b50ef7fad3096a8d164c871521e6e6b55aa1 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Thu, 17 Oct 2013 16:51:49 +0200 Subject: Add protocol update notifications and hotplug legacy calls --- proto-shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto-shell.c') diff --git a/proto-shell.c b/proto-shell.c index 4bb0744..38d3871 100644 --- a/proto-shell.c +++ b/proto-shell.c @@ -225,7 +225,7 @@ proto_shell_if_down_cb(struct interface_user *dep, struct interface *iface, struct proto_shell_dependency *pdep; struct proto_shell_state *state; - if (ev == IFEV_UP) + if (ev == IFEV_UP || ev == IFEV_UPDATE) return; pdep = container_of(dep, struct proto_shell_dependency, dep); -- cgit v1.2.1