Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 7a8c19a

Browse files
committedFeb 19, 2025·
depreciation notice
1 parent 2666085 commit 7a8c19a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
 

‎README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# GoFlow
22

3+
> [!WARNING]
4+
> This software is no longer maintained. We advise replacing your production use of this software with the fork [goflow2](https://github.com/netsampler/goflow2).
5+
36
This application is a NetFlow/IPFIX/sFlow collector in Go.
47

58
It gathers network information (IP, interfaces, routers) from different flow protocols,
@@ -21,7 +24,7 @@ which contains the fields a network engineer is interested in.
2124
The flow packets usually contains multiples samples
2225
This acts as an abstraction of a sample.
2326

24-
The `transport` provides different way of processing the protobuf. Either sending it via Kafka or
27+
The `transport` provides different way of processing the protobuf. Either sending it via Kafka or
2528
print it on the console.
2629

2730
Finally, `utils` provide functions that are directly used by the CLI utils.
@@ -165,7 +168,7 @@ You can find information on how they are populated from the original source:
165168
|SrcVlan|Source VLAN ID| |From ExtendedSwitch|SRC_VLAN (59)|vlanId (58)|
166169
|DstVlan|Destination VLAN ID| |From ExtendedSwitch|DST_VLAN (59)|postVlanId (59)|
167170
|VlanId|802.11q VLAN ID| |Included|SRC_VLAN (59)|postVlanId (59)|
168-
|IngressVrfID|VRF ID| | | |ingressVRFID (234)|
171+
|IngressVrfID|VRF ID| | | |ingressVRFID (234)|
169172
|EgressVrfID|VRF ID| | | |egressVRFID (235)|
170173
|IPTos|IP Type of Service|tos|Included|SRC_TOS (5)|ipClassOfService (5)|
171174
|ForwardingStatus|Forwarding status| | |FORWARDING_STATUS (89)|forwardingStatus (89)|

0 commit comments

Comments
 (0)
This repository has been archived.