diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-03-20 17:21:44 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-03-20 17:21:44 +0100 |
commit | 899785226af55b1c09b2b4d57345da2e07e5f729 (patch) | |
tree | 031cdb463448501e665c14113ae2dfd4772dbea8 /include | |
parent | 16e6a01a6454dc791b7af593390616b4a29724c7 (diff) | |
download | conntrack-tools-899785226af55b1c09b2b4d57345da2e07e5f729.tar.gz conntrack-tools-899785226af55b1c09b2b4d57345da2e07e5f729.zip |
config: obsolete `ListenTo' clause
This patch obsoletes the `ListenTo' clause which is a reminiscent
of the intial event filtering code.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/conntrackd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/conntrackd.h b/include/conntrackd.h index 3411eb0..83f4e24 100644 --- a/include/conntrackd.h +++ b/include/conntrackd.h @@ -86,8 +86,6 @@ struct ct_conf { unsigned int netlink_buffer_size; unsigned int netlink_buffer_size_max_grown; int nl_overrun_resync; - union inet_address *listen_to; - unsigned int listen_to_len; unsigned int flags; int family; /* protocol family */ unsigned int resend_queue_size; /* FTFW protocol */ |