You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-11Lines changed: 8 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -272,20 +272,17 @@ The pipeline directory provides statistics for all worker queues. Each queue is
272
272
273
273
## 📥 Input / Output of the flow exporter
274
274
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.
276
277
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.
To enable additional input capabilities, install the corresponding input plugin packages:
281
279
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.
284
285
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
0 commit comments