summaryrefslogtreecommitdiff
path: root/dissector.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-17dissector: explicitly init arrayDaniel Borkmann1-10/+9
2013-06-04xutils: eliminate xutils, move rest to epoll2Daniel Borkmann1-0/+2
2013-05-31ring: netsniff-ng: migrate capture only to TPACKET_V3Daniel Borkmann1-9/+20
2013-04-29dissector: show sw/hw timestamp sourceDaniel Borkmann1-2/+16
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+64
a8b6f9f137ac30571d832c2c5c (patch) tree8cdc76d1ee73ffa3c5dd8b5cfbaa9f3a2e33e3f1 /net/openvswitch parent9ff464db50e437eef131f719cc2e9902eea9c607 (diff)
openvswitch: Do not trigger events for unconfirmed connections.
Receiving change events before the 'new' event for the connection has been received can be confusing. Avoid triggering change events for setting conntrack mark or labels before the conntrack entry has been confirmed. Fixes: 182e3042e15d ("openvswitch: Allow matching on conntrack mark") Fixes: c2ac66735870 ("openvswitch: Allow matching on conntrack label") Signed-off-by: Jarno Rajahalme <jarno@ovn.org> Acked-by: Joe Stringer <joe@ovn.org> Acked-by: Pravin B Shelar <pshelar@ovn.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/openvswitch')
-rw-r--r--net/openvswitch/conntrack.c28
1 files changed, 22 insertions, 6 deletions
diff --git a/net/openvswitch/conntrack.c b/net/openvswitch/conntrack.c