mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-09 11:24:42 +00:00
lib: Include clippy generated commands for routemap.c
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
51c7566f0a
commit
27b051fb88
@ -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");
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user