Quote:
|
I tried to get moblock running with libnetlink_queue but did not succeed.
|
If the problem is that you get link errors i noticed there's an error in the Makefile, replace:
gcc -o $@ MoBlock.o rbt.o -lnetfilter_queue
with
gcc -o $@ MoBlock.o rbt.o -lnetfilter_queue -lnfnetlink
don't know how it happened...