Skip to content

Commit 80634f2

Browse files
committed
README: Update input capability section
1 parent 1ee858a commit 80634f2

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

README.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -272,20 +272,17 @@ The pipeline directory provides statistics for all worker queues. Each queue is
272272
273273
## 📥 Input / Output of the flow exporter
274274
275-
The availability of the input and output interfaces depends on the ipfixprobe build settings. By default, we provide RPM package with pcap and raw inputs. The default provided outpus are ipfix and text.
275+
The availability of input and output types depends on the installed packages or enabled build options (see Project Setup with CMake).
276+
By default, installing the `ipfixprobe` package enables standard raw socket output.
276277
277-
When the project is configured with `./configure --with-nemea`, the flow
278-
exporter supports NEMEA output via TRAP IFC besides the default IPFIX output.
279-
For more information about NEMEA, visit
280-
[https://nemea.liberouter.org](https://nemea.liberouter.org).
278+
To enable additional input capabilities, install the corresponding input plugin packages:
281279
282-
The flow exporter supports compilation with libpcap (`./configure --with-pcap`), which allows for receiving packets
283-
from PCAP file or network interface card.
280+
- `ipfixprobe-input-dpdk` – enables DPDK input support
281+
- `ipfixprobe-input-nfb` – enables NFB input support
282+
- `ipfixprobe-input-pcap` – enables libpcap input support
283+
284+
For more information, visit the [input plugin documentation](https://ipfixprobe.cesnet.cz/en/plugins) or run `ipfixprobe -h input` for more information and complete list of input plugins and their parameters.
284285
285-
When the project is configured with `./configure --with-ndp`, it is prepared for high-speed packet transfer
286-
from special HW acceleration FPGA cards. For more information about the cards,
287-
visit [COMBO cards](https://www.liberouter.org/technologies/cards/) or contact
288-
us.
289286
290287
### 📤 Output
291288

0 commit comments

Comments
 (0)