diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-03-21 10:34:38 +0200 |
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-03-21 10:50:07 +0200 |
| commit | 27b051fb888512c70ca5bbab9f1c6973de737b7d (patch) | |
| tree | e8472ed987cca78fa230004cf486e487b41facbb /lib/routemap.c | |
| parent | 51c7566f0aff75018fc0051e6e4cf69271951883 (diff) | |
lib: Include clippy generated commands for routemap.c
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'lib/routemap.c')
| -rw-r--r-- | lib/routemap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/routemap.c b/lib/routemap.c index ed3e73f2c1..210027105d 100644 --- a/lib/routemap.c +++ b/lib/routemap.c @@ -36,6 +36,8 @@ #include "json.h" #include "jhash.h" +#include "lib/routemap_clippy.c" + DEFINE_MTYPE_STATIC(LIB, ROUTE_MAP, "Route map"); DEFINE_MTYPE(LIB, ROUTE_MAP_NAME, "Route map name"); DEFINE_MTYPE_STATIC(LIB, ROUTE_MAP_INDEX, "Route map index"); |
