Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 335919
b: refs/heads/master
c: e93b5f9
h: refs/heads/master
i:
  335917: ddd3840
  335915: a016388
  335911: 7d06183
  335903: c92eadb
v: v3
  • Loading branch information
Florian Westphal authored and Pablo Neira Ayuso committed Nov 21, 2012
1 parent 2d8e2bf commit 348509f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4fe198e6b136c516df493ec325ab8f70d470f477
refs/heads/master: e93b5f9f320db431ec8623a4c667811007e07fd7
3 changes: 2 additions & 1 deletion trunk/net/netfilter/nfnetlink_cttimeout.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ MODULE_DESCRIPTION("cttimeout: Extended Netfilter Connection Tracking timeout tu
static LIST_HEAD(cttimeout_list);

static const struct nla_policy cttimeout_nla_policy[CTA_TIMEOUT_MAX+1] = {
[CTA_TIMEOUT_NAME] = { .type = NLA_NUL_STRING },
[CTA_TIMEOUT_NAME] = { .type = NLA_NUL_STRING,
.len = CTNL_TIMEOUT_NAME_MAX - 1},
[CTA_TIMEOUT_L3PROTO] = { .type = NLA_U16 },
[CTA_TIMEOUT_L4PROTO] = { .type = NLA_U8 },
[CTA_TIMEOUT_DATA] = { .type = NLA_NESTED },
Expand Down

0 comments on commit 348509f

Please sign in to comment.