Fast Net Mon in container LXD

Hello how are you? I am currently trying to use fastnetmon in LXD with ubuntu 16.04 as host. FastNetMon requires the PF_RING kernel module. I installed it on the host (because it is not possible inside the container) but in the container it still says that the module is not present. Could someone walk him? Or do you have any ideas to help me?

Thank you! Have a nice day.

Hello!

You could avoid PF_RING dependency. You just need to use special flag for CMAKE when build project:

cmake … -DDISABLE_PF_RING_SUPPORT=ON