From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Quentin Aebischer <Quentin.Aebischer@USherbrooke.ca>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [PATCH] conntrackd: basic TIPC implementation for NOTRACK mode
Date: Wed, 8 Feb 2012 01:42:16 +0100 [thread overview]
Message-ID: <20120208004216.GC29189@1984> (raw)
In-Reply-To: <20120126214641.82372un6d7dcc46c@www.usherbrooke.ca>
On Thu, Jan 26, 2012 at 09:46:41PM -0500, Quentin Aebischer wrote:
> Sorry, forgot to add conntrackd.conf example and README files ...
>
> From : Quentin Aebischer <quentin.aebischer@usherbrooke.ca>
>
> Example file conntrackd.conf and README for TIPC implementation of
> the conntrackd daemon.
>
> Signed-off-by: Quentin Aebischer <quentin.aebischer@usherbrooke.ca>
> ---
> doc/sync/tipc/README | 13 ++
I'd appreciate if you can send me a patch for the
doc/manual/conntrack-tools.tmpl instead.
I suggest you to add a small paragraph at "Other configuration
options".
> doc/sync/tipc/conntrackd.conf | 454
> +++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 467 insertions(+), 0 deletions(-)
>
> diff --git a/doc/sync/tipc/README b/doc/sync/tipc/README
> new file mode 100644
> index 0000000..e7afcc7
> --- /dev/null
> +++ b/doc/sync/tipc/README
> @@ -0,0 +1,13 @@
> +Installation instructions :
> +
> +TIPC is a built-in kernel module since kernel version 2.6.35 ;
> please make sure your using a => 2.6.35 kernel with TIPC 2.0, as
> this patch has not been tested with older versions of the protocol
> yet.
> +
> +For easy and fast configuration, you must install the TIPC utilies
> v2.0.0, available from sources here :
> +
> + git://tipc.git.sourceforge.net/gitroot/tipc/tipcutils (branch
> tipcutils2.0)
> +
> +or by using aptitude on debian distributions :
> +
> + sudo apt-get install tipcutils
> +
> +For further details on installation, node and network
> configuration, please refer to the online documentation : http://tipc.sourceforge.net/doc/tipc_2.0_users_guide.html#installation.
> diff --git a/doc/sync/tipc/conntrackd.conf b/doc/sync/tipc/conntrackd.conf
> new file mode 100644
> index 0000000..71946ec
> --- /dev/null
> +++ b/doc/sync/tipc/conntrackd.conf
> @@ -0,0 +1,454 @@
> +#
> +# Synchronizer settings
> +#
> +Sync {
> + Mode NOTRACK {
Better, add this example to the existing notrack file.
More specifically, this part below just after the commented UDP and
Multicast examples.
> + TIPC {
> + #
> + # Name of the other TIPC port in the cluster (in the form type:instance)
Please, break lines at 80 char, btw.
> + #
> + TIPC_Destination_Name 1000:51
> +
> + #
> + # Name of the local TIPC port (used to listen to events)
> + #
> + TIPC_Name 1000:50
> +
> + #
> + # The name of the TIPC configured interface that you are going to use
> + # to send synchronization messages.
> + #
> + Interface eth0
> +
> + #
> + # The importance of the TIPC messages sent (the more important
> this is, the more packets will be enabled to queue up on the slave)
> + # This should be set to High or Critical to avoid congestion on
> the receiver side.
> + # (possible values : TIPC_LOW_IMPORTANCE, TIPC_MEDIUM_IMPORTANCE,
> TIPC_HIGH_IMPORTANCE, TIPC_CRITICAL_IMPROTANCE)
> + #
> + TIPC_Message_Importance TIPC_CRITICAL_IMPORTANCE
> +
> + #
> + # Current TIPC implementation doesnt allow checksumming
> + }
Thanks Quentin.
next prev parent reply other threads:[~2012-02-08 0:42 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-21 13:52 [PATCH] conntrackd: basic TIPC implementation for NOTRACK mode Quentin Aebischer
2012-01-22 17:41 ` Pablo Neira Ayuso
2012-01-22 21:27 ` Quentin Aebischer
2012-01-23 10:07 ` Pablo Neira Ayuso
2012-01-23 18:25 ` Quentin Aebischer
2012-01-24 1:01 ` Pablo Neira Ayuso
2012-01-24 17:00 ` Quentin Aebischer
2012-01-26 0:19 ` Pablo Neira Ayuso
2012-01-27 2:13 ` Quentin Aebischer
2012-01-27 2:46 ` Quentin Aebischer
2012-02-08 0:42 ` Pablo Neira Ayuso [this message]
2012-02-09 20:44 ` Quentin Aebischer
2012-02-08 0:43 ` Pablo Neira Ayuso
2012-02-09 20:45 ` Quentin Aebischer
2012-02-10 10:26 ` Pablo Neira Ayuso
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120208004216.GC29189@1984 \
--to=pablo@netfilter.org \
--cc=Quentin.Aebischer@USherbrooke.ca \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).