Add support for RVI (Remote Virtual Interface) interfaces

Issue #45 resolved
choll repo owner created an issue

This seems to give ethernet frames, but instead of the link type being DLT_EN10MB it is 149. bpf.h has:

#define DLT_USER2       149
#define DLT_PKTAP       DLT_USER2

There is also IFT_PKTAP, but sysctl seems to return IFT_OTHER ?

Comments (5)

  1. Log in to comment