commit | 1f9da256163e3ff91a12d0b861091f0e525139df | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Feb 09 14:34:26 2009 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 09 14:34:26 2009 -0800 |
tree | 01cbe702802c244fe05d9d02e5bc4781081821af | |
parent | c969aa7d2cd5621ad4129dae6b6551af422944c6 [diff] |
netfilter: ctnetlink: fix echo if not subscribed to any multicast group This patch fixes echoing if the socket that has sent the request to create/update/delete an entry is not subscribed to any multicast group. With the current code, ctnetlink would not send the echo message via unicast as nfnetlink_send() would be skip. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>