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 /lib | |
| 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 'lib')
| -rw-r--r-- | lib/route_types.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/route_types.txt b/lib/route_types.txt index 7625d1f690..d26211e1ac 100644 --- a/lib/route_types.txt +++ b/lib/route_types.txt @@ -39,7 +39,10 @@ # # Long description: Full description, but should try fit on a line. #### - +# +# If you add a new routing protocol here, make sure you go update +# meta_queue_map in zebra_rib.c +# ## type cname daemon C 4 6 short help ZEBRA_ROUTE_SYSTEM, system, NULL, 'X', 0, 0, "Reserved" ZEBRA_ROUTE_KERNEL, kernel, zebra, 'K', 1, 1, "kernel route" |
