From 9814c6c71e3a5c0332a5bd29c952fd661e4c4222 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 18 Oct 2013 15:15:49 +0200 Subject: [PATCH] Reevaluate target routes also on interface update --- proto-shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto-shell.c b/proto-shell.c index 38d3871..3e13d0f 100644 --- a/proto-shell.c +++ b/proto-shell.c @@ -211,7 +211,7 @@ proto_shell_if_up_cb(struct interface_user *dep, struct interface *iface, { struct proto_shell_dependency *pdep; - if (ev != IFEV_UP) + if (ev != IFEV_UP && ev != IFEV_UPDATE) return; pdep = container_of(dep, struct proto_shell_dependency, dep); -- 2.11.0