diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2024-10-28 12:12:02 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2024-10-29 12:12:02 +0100 |
commit | 817559ffa7ddd1c3e71c9b2b0d862c381bafd5f6 (patch) | |
tree | 32ebe3f6afa6933f3cfea7b0a7df93738a5d9487 /ndpid.conf.example | |
parent | 25944e2089d89830d630efae0e4c3042069f64f2 (diff) |
Set an optional UUID used within all events (similar to the "alias").
* added default values to usage
* UUID can be either read from a file or used directly from option value
* adjusted example config file
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'ndpid.conf.example')
-rw-r--r-- | ndpid.conf.example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ndpid.conf.example b/ndpid.conf.example index 51751147e..9d074f32e 100644 --- a/ndpid.conf.example +++ b/ndpid.conf.example @@ -24,6 +24,14 @@ # Set a name for this nDPId instance #alias = myhostname +# Set an optional UUID for this instance +# If the value starts with a '/' or '.', it is interpreted as a path +# from which the uuid is read from. +#uuid = 00000000-dead-c0de-0000-123456789abc +#uuid = ./path/to/some/file +#uuid = /proc/sys/kernel/random/uuid +#uuid = /sys/class/dmi/id/product_uuid + # Process only internal initial connections (src->dst) #internal = true |