commit | 274d383b9c1906847a64bbb267b0183599ce86a0 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Tue Jun 02 20:08:38 2009 +0200 |
committer | pablo <pablo@1984.(none)> | Tue Jun 02 20:08:38 2009 +0200 |
tree | c5a75eb38b79a05b11f25542ebad45c1c4c4410b | |
parent | 03b64f518a893512d32f07a10b053e558beafcaf [diff] |
netfilter: conntrack: don't report events on module removal During the module removal there are no possible event listeners since ctnetlink must be removed before to allow removing nf_conntrack. This patch removes the event reporting for the module removal case which is not of any use in the existing code. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>