summaryrefslogtreecommitdiff
path: root/babeld/babeld.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2019-06-22 13:35:45 -0400
committerGitHub <noreply@github.com>2019-06-22 13:35:45 -0400
commita12bb225a6681b7e7eb0aac105cbc8b745675131 (patch)
treeadb8d7935dcb1da93d6cf4082f903e412e292640 /babeld/babeld.c
parentefe42c51c48da8bc89df4891235fb3be0e502cf8 (diff)
parenta41c4e1b1f577443ad26222704a69649c280cd9e (diff)
Merge pull request #3775 from pguibert6WIND/ospf_missing_interface_handling_2
Ospf missing interface handling 2
Diffstat (limited to 'babeld/babeld.c')
-rw-r--r--babeld/babeld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/babeld/babeld.c b/babeld/babeld.c
index 6ad004a4a4..736dedcf70 100644
--- a/babeld/babeld.c
+++ b/babeld/babeld.c
@@ -557,7 +557,7 @@ babel_distribute_update (struct distribute_ctx *ctx, struct distribute *dist)
if (! dist->ifname)
return;
- ifp = if_lookup_by_name (dist->ifname, VRF_DEFAULT);
+ ifp = if_lookup_by_name (dist->ifname, vrf_lookup_by_id(VRF_DEFAULT));
if (ifp == NULL)
return;