diff options
author | Ash Hughes <ashley.hughes@blueyonder.co.uk> | 2014-03-08 21:13:34 +0000 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2014-03-12 13:34:57 +0100 |
commit | 92246dcc1fdcf222302a42926e0e95af2c30463e (patch) | |
tree | 2f6b1394d37d24ccbdf61fa892585a8bc058b7ea /doc/manual/conntrack-tools.tmpl | |
parent | 91cf387fc61483bff05897fa356cfe183e165558 (diff) | |
download | conntrack-tools-92246dcc1fdcf222302a42926e0e95af2c30463e.tar.gz conntrack-tools-92246dcc1fdcf222302a42926e0e95af2c30463e.zip |
conntrackd: userspace SSDP helper
Here is a patch which adds a userspace conntrack helper for the SSDP
protocol. This is based on the code found at:
http://marc.info/?t=132945775100001&r=1&w=2
I'm not sure how to get my laptop to play at IPv6, so I've not tested
this part, but I've tested the IPv4 section and it works.
Signed-off-by: Ash Hughes <ashley.hughes@blueyonder.co.uk>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'doc/manual/conntrack-tools.tmpl')
-rw-r--r-- | doc/manual/conntrack-tools.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/manual/conntrack-tools.tmpl b/doc/manual/conntrack-tools.tmpl index f21a4ff..d23dec5 100644 --- a/doc/manual/conntrack-tools.tmpl +++ b/doc/manual/conntrack-tools.tmpl @@ -890,6 +890,7 @@ maintainance.</para></listitem> <listitem><para>Oracle*TNS, to support its special <emphasis>Redirect</emphasis> message.</para></listitem> <listitem><para>NFSv3, mind that version 4 does not require this helper.</para></listitem> <listitem><para>FTP (this helper is also available in kernel-space).</para></listitem> +<listitem><para>SSDP.</para></listitem> </itemizedlist> <para>The following steps describe how to enable the RPC portmapper helper for NFSv3 (this is similar for other helpers):</para> |