From b50f423ad284f695fc0036ad1a4aebd0f5f6a2a6 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Thu, 26 Sep 2024 14:39:15 +0200 Subject: Read and parse configuration files. Fixes #41. Signed-off-by: Toni Uhlig --- ndpid.conf.example | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ndpid.conf.example (limited to 'ndpid.conf.example') 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 -- cgit v1.2.3