diff options
| author | Patrick McHardy <kaber@trash.net> | 2010-02-11 06:22:48 -0500 |
|---|---|---|
| committer | Patrick McHardy <kaber@trash.net> | 2010-02-11 06:22:48 -0500 |
| commit | b87921bdf25485afd8f5a5f25e86b5acef32a9cf (patch) | |
| tree | d839a1568a74c367a3eda529231002abe15aff79 /include/net | |
| parent | d1e7a03f4fee4059ee3fa7ce0edb7c48c1a75fcf (diff) | |
netfilter: nf_conntrack: show helper and class in /proc/net/nf_conntrack_expect
Make the output a bit more informative by showing the helper an expectation
belongs to and the expectation class.
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/netfilter/nf_conntrack_expect.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netfilter/nf_conntrack_expect.h b/include/net/netfilter/nf_conntrack_expect.h index 9a2b9cb52271..917e170fa752 100644 --- a/include/net/netfilter/nf_conntrack_expect.h +++ b/include/net/netfilter/nf_conntrack_expect.h | |||
| @@ -66,6 +66,7 @@ static inline struct net *nf_ct_exp_net(struct nf_conntrack_expect *exp) | |||
| 66 | struct nf_conntrack_expect_policy { | 66 | struct nf_conntrack_expect_policy { |
| 67 | unsigned int max_expected; | 67 | unsigned int max_expected; |
| 68 | unsigned int timeout; | 68 | unsigned int timeout; |
| 69 | const char *name; | ||
| 69 | }; | 70 | }; |
| 70 | 71 | ||
| 71 | #define NF_CT_EXPECT_CLASS_DEFAULT 0 | 72 | #define NF_CT_EXPECT_CLASS_DEFAULT 0 |
