1Author: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
2Status: Alpha
3
4This adds CONFIG_IP_NF_TALK: talk support module for netfilter
5connection tracking and NAT.  This allows both the callee client -
6caller server and callee client - caller client connections to work
7through connection tracking and NAT.
8
9Default both talk (UDP port 517) and ntalk/ntalk2 (UDP port 518) are
10supported. talk/ntalk/ntalk2 supports can selectively be enabled/disabled 
11by the module parameters of the ip_conntrack_talk and ip_nat_talk
12modules:
13
14	talk=0|1
15        ntalk=0|1
16        ntalk2=0|1
17
18where '0' means 'don't support' while '1' means 'do support'
19the given protocol flavour.
20
21