Open sivachandran opened 4 years ago
@gconnell ^
Possible duplicate of issue #222.
I get this as well when running in a docker container, where the index 3 interface has an internal index of 5.
Long time no fix ? What's wrong with the patch ?
Thx :)
This would warrant a new release, for now I'm using github.com/google/gopacket v1.1.20-0.20220810144506-32ee38206866
Getting
out of order iface
error fromrouting.New
. I can see that the error is coming from this line. But I don't understand why the interface index needs to match with for-loop index.On my machine the interfaces are listed non-sequentially
Can someone explain why the implementation expects interface index to be sequential?