summaryrefslogtreecommitdiffstats
path: root/lib/command.h
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2022-02-08 21:56:20 +0100
committerGitHub <noreply@github.com>2022-02-08 21:56:20 +0100
commitb564209367385688c7146b00dc5237dde6770660 (patch)
treefe9137205f43ee835e258bffa085c39b7d26ba60 /lib/command.h
parentMerge pull request #9066 from donaldsharp/ships_in_the_night (diff)
parenttests: fuzzing target for zlog_5424 code (diff)
downloadfrr-b564209367385688c7146b00dc5237dde6770660.tar.xz
frr-b564209367385688c7146b00dc5237dde6770660.zip
Merge pull request #8458 from opensourcerouting/xref-5424
lib: RFC5424 syslog support
Diffstat (limited to 'lib/command.h')
-rw-r--r--lib/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h
index a540bdc5c..047e55053 100644
--- a/lib/command.h
+++ b/lib/command.h
@@ -100,6 +100,7 @@ enum node_type {
RMAP_DEBUG_NODE, /* Route-map debug node */
RESOLVER_DEBUG_NODE, /* Resolver debug node */
AAA_NODE, /* AAA node. */
+ EXTLOG_NODE, /* RFC5424 & co. extended syslog */
KEYCHAIN_NODE, /* Key-chain node. */
KEYCHAIN_KEY_NODE, /* Key-chain key node. */
IP_NODE, /* Static ip route node. */