diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2024-09-26 14:39:15 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2024-10-16 13:03:41 +0200 |
commit | b50f423ad284f695fc0036ad1a4aebd0f5f6a2a6 (patch) | |
tree | 31f06ac1f38dedd46926529a64463c674e5c27fb /ndpid.conf.example | |
parent | 3e2ce661f01545daeb311d671bf222d378729bca (diff) |
Read and parse configuration files. Fixes #41.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'ndpid.conf.example')
-rw-r--r-- | ndpid.conf.example | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ndpid.conf.example b/ndpid.conf.example new file mode 100644 index 000000000..024153dd3 --- /dev/null +++ b/ndpid.conf.example @@ -0,0 +1,9 @@ +[general] +netif = eth0 +bpf = udp or tcp + +[tuning] +max-flows-per-thread = 1024 + +[ndpi] +key = value |