summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nhrpd/nhrp_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nhrpd/nhrp_main.c b/nhrpd/nhrp_main.c
index 7c5d80336c..012d5cd87c 100644
--- a/nhrpd/nhrp_main.c
+++ b/nhrpd/nhrp_main.c
@@ -128,8 +128,8 @@ int main(int argc, char **argv)
/* Library inits. */
master = frr_init();
- nhrp_interface_init();
vrf_init(NULL, NULL, NULL, NULL);
+ nhrp_interface_init();
resolver_init();
/* Run with elevated capabilities, as for all netlink activity