commit | 5a8145f7b22269adaf9e98b160a20486d1ad5669 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Tue Apr 12 18:14:24 2016 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Apr 18 20:39:44 2016 +0200 |
tree | e72bf329e46bc1514eec4fd1db893008842feb32 | |
parent | b4ef159927150bf1d63f36330bbb5239516ceb69 [diff] |
netfilter: labels: don't emit ct event if labels were not changed make the replace function only send a ctnetlink event if the contents of the new set is different. Otherwise 'ct label set ct label | bar' will cause netlink event storm since we "replace" labels for each packet. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>