diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-03-07 15:15:23 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-07 15:15:23 -0500 |
| commit | ae6ba9ba043652bde3b0000f5299eff31d351ee3 (patch) | |
| tree | 4ef204cab9ce28af19cf481e0c21fc88a85c69fa /zebra/zebra_rib.c | |
| parent | 1a664f5e3685139651270263a6d65c868108264d (diff) | |
| parent | 42350cfc6eae32e3a2cdb75108ef47479e71245a (diff) | |
Merge pull request #257 from opensourcerouting/nhrpd
nhrpd
Diffstat (limited to 'zebra/zebra_rib.c')
| -rw-r--r-- | zebra/zebra_rib.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c index 08874f22fc..56a5f8e582 100644 --- a/zebra/zebra_rib.c +++ b/zebra/zebra_rib.c @@ -78,6 +78,7 @@ static const struct [ZEBRA_ROUTE_OSPF6] = {ZEBRA_ROUTE_OSPF6, 110}, [ZEBRA_ROUTE_ISIS] = {ZEBRA_ROUTE_ISIS, 115}, [ZEBRA_ROUTE_BGP] = {ZEBRA_ROUTE_BGP, 20 /* IBGP is 200. */}, + [ZEBRA_ROUTE_NHRP] = {ZEBRA_ROUTE_NHRP, 10}, /* no entry/default: 150 */ }; @@ -1822,6 +1823,7 @@ static const u_char meta_queue_map[ZEBRA_ROUTE_MAX] = { [ZEBRA_ROUTE_OSPF] = 2, [ZEBRA_ROUTE_OSPF6] = 2, [ZEBRA_ROUTE_ISIS] = 2, + [ZEBRA_ROUTE_NHRP] = 2, [ZEBRA_ROUTE_BGP] = 3, [ZEBRA_ROUTE_HSLS] = 4, [ZEBRA_ROUTE_TABLE] = 1, |
