diff options
| author | Jafar Al-Gharaibeh <Jafaral@users.noreply.github.com> | 2017-06-08 10:41:57 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-08 10:41:57 -0500 |
| commit | ce7fce36bdf3a2a32ca17602b51eb05f8d9ece82 (patch) | |
| tree | 124fdaa76bc53d85f5e910a39642dd8949dd2780 /zebra/rib.h | |
| parent | 50b7b58488699fb3cad8a0fcef13cde974ae8ba9 (diff) | |
| parent | 1152f4866964f693b59ba4a73fb6c6ac654884f7 (diff) | |
Merge pull request #692 from donaldsharp/meta_queue_fix
zebra: Fix the metaq to be aware of all routing protocols we could see
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) */ |
