diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2022-02-08 15:56:20 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-08 15:56:20 -0500 |
| commit | b564209367385688c7146b00dc5237dde6770660 (patch) | |
| tree | fe9137205f43ee835e258bffa085c39b7d26ba60 /lib/command.h | |
| parent | 1a8a7016a6ab5c098be9e6d3e9043a337a8aefaf (diff) | |
| parent | 28297b1e84ad330c115c0dc56055ee560b2ba974 (diff) | |
Merge pull request #8458 from opensourcerouting/xref-5424
lib: RFC5424 syslog support
Diffstat (limited to 'lib/command.h')
| -rw-r--r-- | lib/command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h index a540bdc5c5..047e550532 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. */ |
