Skip to content

Commit fb53b55

Browse files
authored
docs(readme): fix error (#394)
* the `nfl` scheme, initially for NetFlow v5 has been replaced by `netflow` (IPFIX/NetFlow v9/NetFlow v5).
1 parent c350210 commit fb53b55

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,14 @@ To change the kafka compression type of the producer side configure the followin
153153
The list of codecs is available in the [Sarama documentation](https://pkg.go.dev/github.com/Shopify/sarama#CompressionCodec).
154154

155155

156-
By default, the collector will listen for IPFIX/NetFlow V9 on port 2055
156+
By default, the collector will listen for IPFIX/NetFlow V9/NetFlow V5 on port 2055
157157
and sFlow on port 6343.
158158
To change the sockets binding, you can set the `-listen` argument and a URI
159-
for each protocol (`netflow`, `sflow` and `nfl` as scheme) separated by a comma.
160-
For instance, to create 4 parallel sockets of sFlow and one of NetFlow V5, you can use:
159+
for each protocol (`netflow`, `sflow` or `flow` for both as scheme) separated by a comma.
160+
For instance, to create 4 parallel sockets of sFlow and one of NetFlow, you can use:
161161

162162
```bash
163-
$ ./goflow2 -listen 'sflow://:6343?count=4,nfl://:2055'
163+
$ ./goflow2 -listen 'sflow://:6343?count=4,netflow://:2055'
164164
```
165165

166166
More information about workers and resource usage is avaialble on the [Performance page](/docs/performance.md).

0 commit comments

Comments
 (0)