diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-06-07 15:43:23 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-06-07 15:43:23 -0400 |
| commit | 43cf4ba452fd9f9c2adaf36e3d5487dae7a1fb99 (patch) | |
| tree | 0ce7f951670c532d143966a824e59a173e5795ee /zebra/rib.h | |
| parent | 9d693a54fa47a3a46cb672a0a89dc28e10d9498f (diff) | |
zebra: Fix the metaq to be aware of all routing protocols we could see
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/rib.h')
| -rw-r--r-- | zebra/rib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/rib.h b/zebra/rib.h index 3f4fb81f6d..88f2bf39ab 100644 --- a/zebra/rib.h +++ b/zebra/rib.h @@ -99,7 +99,7 @@ struct route_entry /* meta-queue structure: * sub-queue 0: connected, kernel * sub-queue 1: static - * sub-queue 2: RIP, RIPng, OSPF, OSPF6, IS-IS + * sub-queue 2: RIP, RIPng, OSPF, OSPF6, IS-IS, EIGRP, NHRP * sub-queue 3: iBGP, eBGP * sub-queue 4: any other origin (if any) */ |
