Hi everyone,
In FD.io VPP [1] we are considering using packetdrill to test our custom socket layer/TCP implementations but are now wondering if that could lead to some license incompatibilities.
At a high level, we plan to maintain some scripts that clone, patch and build packetdrill together with a custom .so library that dlopen/dlsym one of our libraries. Does anybody know if that is acceptable given that packetdrill is GPL v2 and VPP is Apache v2? That is, Apache v2 is not compatible with GPL v2 [2] but does that apply to runtime linking?
Regards,
Florin