commit | dafa05e65fe4b3b3ed5525443f554215ba14f42c | [log] [tgz] |
---|---|---|
author | Timo Teräs <timo.teras@iki.fi> | Thu Jan 19 17:27:01 2017 +0200 |
committer | Paul Jakma <paul@quagga.net> | Mon Jan 23 18:51:55 2017 +0000 |
tree | 77d152b32b3fc3766f1813927b0eb40efa36425e | |
parent | 56ae5c4847f53f10e2151039556ec76a7a94c7fb [diff] [blame] |
nhrpd: implement next hop resolution protocol This provides DMVPN support and integrates to strongSwan. Please read README.nhrpd and README.kernel for more details.
diff --git a/zebra/client_main.c b/zebra/client_main.c index 43ab299..75c8867 100644 --- a/zebra/client_main.c +++ b/zebra/client_main.c
@@ -120,6 +120,7 @@ { "ospf", ZEBRA_ROUTE_OSPF }, { "ospf6", ZEBRA_ROUTE_OSPF6 }, { "bgp", ZEBRA_ROUTE_BGP }, + { "nhrp", ZEBRA_ROUTE_NHRP }, { NULL, 0 } };