diff options
author | Steven Barth <steven@midlink.org> | 2013-10-17 16:51:49 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2013-10-17 16:51:49 +0200 |
commit | 81a3b50ef7fad3096a8d164c871521e6e6b55aa1 (patch) | |
tree | e1f1c5bd0e6ea41c98f2dcc11429d8eece78fdf3 /proto-shell.c | |
parent | 266d92dd83bd5bfe520f3e2838794bf9bb827c07 (diff) |
Add protocol update notifications and hotplug legacy calls
Diffstat (limited to 'proto-shell.c')
-rw-r--r-- | proto-shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |