summaryrefslogtreecommitdiff
path: root/zebra/rib.h
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <Jafaral@users.noreply.github.com>2017-06-08 10:41:57 -0500
committerGitHub <noreply@github.com>2017-06-08 10:41:57 -0500
commitce7fce36bdf3a2a32ca17602b51eb05f8d9ece82 (patch)
tree124fdaa76bc53d85f5e910a39642dd8949dd2780 /zebra/rib.h
parent50b7b58488699fb3cad8a0fcef13cde974ae8ba9 (diff)
parent1152f4866964f693b59ba4a73fb6c6ac654884f7 (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.h2
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)
*/