diff options
author | 2009-05-25 17:29:43 +0200 | |
---|---|---|
committer | 2009-05-25 17:29:43 +0200 | |
commit | b38b1f616867c832301f24eaf259889494d495b3 (patch) | |
tree | 6c1d5eebb768ac242cae86f165816a4915b662c5 /kernel/irq/pm.c | |
parent | netfilter: nf_ct_tcp: fix accepting invalid RST segments (diff) | |
download | wireguard-linux-b38b1f616867c832301f24eaf259889494d495b3.tar.xz wireguard-linux-b38b1f616867c832301f24eaf259889494d495b3.zip |
netfilter: nf_ct_dccp: add missing DCCP protocol changes in event cache
This patch adds the missing protocol state-change event reporting
for DCCP.
$ sudo conntrack -E
[NEW] dccp 33 240 src=192.168.0.2 dst=192.168.1.2 sport=57040 dport=5001 [UNREPLIED] src=192.168.1.2 dst=192.168.1.100 sport=5001 dport=57040
With this patch:
$ sudo conntrack -E
[NEW] dccp 33 240 REQUEST src=192.168.0.2 dst=192.168.1.2 sport=57040 dport=5001 [UNREPLIED] src=192.168.1.2 dst=192.168.1.100 sport=5001 dport=57040
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'kernel/irq/pm.c')
0 files changed, 0 insertions, 0 deletions