]> git.puffer.fish Git - matthieu/frr.git/commit
lib: Start partitioning of rmap_debug to allow detail level
authorDonald Sharp <sharpd@nvidia.com>
Mon, 13 Feb 2023 14:06:56 +0000 (09:06 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 13 Feb 2023 14:40:47 +0000 (09:40 -0500)
commit5913a17a5b39353e82baf7e7c180c6ad0493522a
treef77df735fad9790c0931e574d4bc68206e81e17e
parentb7d234f21823d808587576cb685c07a7e340c4be
lib: Start partitioning of rmap_debug to allow detail level

Change the bool to a uint32_t and setup a flag to test
for and set against.  Future commits will allow
a debug detail which should be used by match/set statements
to give further context of what is going on.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
lib/routemap.c