summaryrefslogtreecommitdiffstats
path: root/zebra/interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/interface.c')
-rw-r--r--zebra/interface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/interface.c b/zebra/interface.c
index 25657e83..14c3e78a 100644
--- a/zebra/interface.c
+++ b/zebra/interface.c
@@ -555,7 +555,7 @@ if_up (struct interface *ifp)
}
/* Examine all static routes. */
- rib_update ();
+ rib_update (ifp->vrf_id);
}
/* Interface goes down. We have to manage different behavior of based
@@ -588,7 +588,7 @@ if_down (struct interface *ifp)
}
/* Examine all static routes which direct to the interface. */
- rib_update ();
+ rib_update (ifp->vrf_id);
}
void