Common issue
- L4 packet size doesn't include IP header
- GRE tunnel traffic is leaked to underlay interface
- GRE traffic can't be detected in underlay interface
- ESP(ipsec) traffic can't be decoded in underlay interface
- decode failure should be recorded in debug log
NFLOG
- for now, nflog engine is started per interface per direction which will waste resources. use
--nflog-prefix with convention direction_interface in iptables to distinguish direction and interface with same nflog group like below:
-A FLOW_EXPORTER_IN -i eth0 -j NFLOG --nflog-prefix in_eth0 --nflog-group 101 --nflog-range 64 --nflog-threshold 10
- duration is not accurate

Libpcap
- vti tunnel traffic can't be collected
- openvpn tunnel traffic can't be collected
Afpkt
- GRE tunnel traffic can't be collected
- vti tunnel traffic can't be collected
- openvpn tunnel traffic can't be collected
- dmvpn tunnel traffic can't be collected