diff options
| author | David Lamparter <equinox@diac24.net> | 2021-02-19 00:08:11 +0100 | 
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2021-03-30 22:34:51 +0200 | 
| commit | a4cb97a6c1d8718be40a16c1c7fc0b2738d17947 (patch) | |
| tree | ac4c75d84887952de988e85a98b016aff5f5aaa6 /lib/subdir.am | |
| parent | bb12115e0be449df92af6294fc8410eb7745be26 (diff) | |
lib: add `%*pHX` + `%*pHS` hexdump in printfrr
(I'll get to `zlog_hexdump()` in a separate pass.)
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'lib/subdir.am')
| -rw-r--r-- | lib/subdir.am | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/subdir.am b/lib/subdir.am index bfd367b134..0853d4bb2b 100644 --- a/lib/subdir.am +++ b/lib/subdir.am @@ -90,6 +90,7 @@ lib_libfrr_la_SOURCES = \  	lib/spf_backoff.c \  	lib/srcdest_table.c \  	lib/stream.c \ +	lib/strformat.c \  	lib/strlcat.c \  	lib/strlcpy.c \  	lib/systemd.c \  | 
