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 | |
| parent | 51c7566f0aff75018fc0051e6e4cf69271951883 (diff) | |
lib: Include clippy generated commands for routemap.c
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
| -rw-r--r-- | lib/routemap.c | 2 | ||||
| -rw-r--r-- | lib/subdir.am | 1 |
2 files changed, 3 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"); diff --git a/lib/subdir.am b/lib/subdir.am index 18e9825a7a..dcff31ebba 100644 --- a/lib/subdir.am +++ b/lib/subdir.am @@ -152,6 +152,7 @@ clippy_scan += \ lib/nexthop_group.c \ lib/northbound_cli.c \ lib/plist.c \ + lib/routemap.c \ lib/routemap_cli.c \ lib/thread.c \ lib/vty.c \ |
