diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-06-07 15:47:35 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-06-07 15:47:35 -0400 |
| commit | 1152f4866964f693b59ba4a73fb6c6ac654884f7 (patch) | |
| tree | 21dd8471216e79c47e29fdd2e3c5704a09fbbe7b | |
| parent | 43cf4ba452fd9f9c2adaf36e3d5487dae7a1fb99 (diff) | |
lib: Add some breadcrumbs for new route types
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
| -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" |
