netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Quentin Aebischer <Quentin.Aebischer@USherbrooke.ca>
To: Pablo Neira Ayuso <pablo@netfilter.org>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [PATCH] conntrackd: basic TIPC implementation for NOTRACK mode
Date: Thu, 09 Feb 2012 15:45:34 -0500	[thread overview]
Message-ID: <20120209154534.138455pkg6vo4wco@www.usherbrooke.ca> (raw)
In-Reply-To: <20120208004354.GD29189@1984>

Pablo Neira Ayuso <pablo@netfilter.org> a écrit :

> On Thu, Jan 26, 2012 at 09:13:44PM -0500, Quentin Aebischer wrote:
>> Ok, time for an other try !
>>
>> From : Quentin Aebischer <quentin.aebischer@usherbrooke.ca>
>>
>> Basic implementation of a TIPC channel for the conntrackd daemon
>> (successfully tested in NOTRACK and FTFW modes).
>>
>> TIPC is a protocol that allows applications in a cluster-based
>> environment to communicate quickly and reliably with other
>> applications in the cluster.
>> It allows both unicast and multicast, reliable/unreliable and
>> datagram/stream oriented communications.
>>
>> One of its main feature's of interest here is to provide sockets
>> that communicates in a connectionless, yet reliable manner that
>> guarantees delivery of every message sent over the network.
>> This can be useful in the context of high-available, cluster-based
>> firewalls where states propagation has to be both fast and reliable.
>>
>> So far, the results are encouraging, though more tests have to
>> performed on different setups to enhance the implementation and
>> track any bugs.
>>
>> An example config file can be found in the doc/sync/tipc directory
>> of the conntrack-tools, along with a README file providing basic
>> installation instructions.
>
> Looks fine. I'm planning to add this to one git branch to test it and
> give it some spins before merging it to master.
>
> Let me know if you have any update in your patch before I do so.

Please use the configuration file from the last patch I sent (previous  
one was an older version that would give you parsing errors, sorry  
about that).

Regards,

Quentin

> To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
>



--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2012-02-09 20:45 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
2012-02-09 20:44                     ` Quentin Aebischer
2012-02-08  0:43                 ` Pablo Neira Ayuso
2012-02-09 20:45                   ` Quentin Aebischer [this message]
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=20120209154534.138455pkg6vo4wco@www.usherbrooke.ca \
    --to=quentin.aebischer@usherbrooke.ca \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=pablo@netfilter.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).