Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 402
b: refs/heads/master
c: 3b2d59d
h: refs/heads/master
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Apr 25, 2005
1 parent 45e7ca0 commit 6babe32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e281e3ac2b6c294d672034909883e7bb9e649ac7
refs/heads/master: 3b2d59d1fc86cc7217f165100a939907802dc67c
1 change: 1 addition & 0 deletions trunk/net/ipv4/netfilter/ip_conntrack_proto_tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,7 @@ static u8 tcp_valid_flags[(TH_FIN|TH_SYN|TH_RST|TH_PUSH|TH_ACK|TH_URG) + 1] =
{
[TH_SYN] = 1,
[TH_SYN|TH_ACK] = 1,
[TH_SYN|TH_ACK|TH_PUSH] = 1,
[TH_RST] = 1,
[TH_RST|TH_ACK] = 1,
[TH_RST|TH_ACK|TH_PUSH] = 1,
Expand Down

0 comments on commit 6babe32

Please sign in to comment.