Dear all, I have successfully setup my bridge with netfilter capability to connect two segment of LANs together and now using the below: -
[1] kernel 2.4.18 (patched with bridge-nf-0.0.6-against-2.4.18.diff) [2] iptables-1.2.5 [3] bridge-utils-0.9.5 Then i started to develop a userspace program using libipq. Everything works fine until i want to shutdown my linux box. I get the message below every time i try to shutdown my system. unregister_netdevice: waiting for eth1 to become free. Usage count = 14157 I get the same message (except the number of usage count)... Has anybody ever encounter this problem before? Please advice me on how to solve this. I have actually post this problem to the bridge mailing list but after several exchange of mails with the bridge maintainer, it seems that it's not the bridge problem. Most probably, it is with my userspace program. But then, i am writing my program strictly base on the example given in the libipq man pages. There is a suggestion that maybe there's packet leaking but i can't figure out how could there be any leak. Thank you in advance.