summaryrefslogtreecommitdiff
path: root/zebra/client_main.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-03-07 15:15:23 -0500
committerGitHub <noreply@github.com>2017-03-07 15:15:23 -0500
commitae6ba9ba043652bde3b0000f5299eff31d351ee3 (patch)
tree4ef204cab9ce28af19cf481e0c21fc88a85c69fa /zebra/client_main.c
parent1a664f5e3685139651270263a6d65c868108264d (diff)
parent42350cfc6eae32e3a2cdb75108ef47479e71245a (diff)
Merge pull request #257 from opensourcerouting/nhrpd
nhrpd
Diffstat (limited to 'zebra/client_main.c')
-rw-r--r--zebra/client_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/client_main.c b/zebra/client_main.c
index f40d995466..178184d463 100644
--- a/zebra/client_main.c
+++ b/zebra/client_main.c
@@ -115,6 +115,7 @@ struct zebra_info
{ "ospf", ZEBRA_ROUTE_OSPF },
{ "ospf6", ZEBRA_ROUTE_OSPF6 },
{ "bgp", ZEBRA_ROUTE_BGP },
+ { "nhrp", ZEBRA_ROUTE_NHRP },
{ NULL, 0 }
};