ifctrstat: Add ability to output counter values

This commit is contained in:
A. Wilcox 2020-08-14 10:49:45 -05:00
parent 95d943ee44
commit 6106164d7c
No known key found for this signature in database
GPG key ID: CB29CB51922B9D14
3 changed files with 111 additions and 17 deletions

View file

@ -62,7 +62,7 @@ MULTICALL_${CONFIG_IFQUERY}_OBJ += ${IFQUERY_SRC:.c=.o}
CMDS_${CONFIG_IFQUERY} += ifquery
CPPFLAGS_${CONFIG_IFQUERY} += -DCONFIG_IFQUERY
# enable ifctrstat applet (+9 KB)
# enable ifctrstat applet (+16 KB)
CONFIG_IFCTRSTAT ?= Y
IFCTRSTAT_SRC = cmd/ifctrstat.c cmd/ifctrstat-${LAYOUT}.c
MULTICALL_${CONFIG_IFCTRSTAT}_OBJ += ${IFCTRSTAT_SRC:.c=.o}