]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: Fix SIP conntrack build with NAT disabled.
authorPatrick McHardy <kaber@trash.net>
Sun, 20 Apr 2008 00:53:52 +0000 (17:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 20 Apr 2008 00:53:52 +0000 (17:53 -0700)
commit1f8307f973940caea43a2420d056db454ab0b3dc
tree48cb0d536b0a751a5c3d6296979270739b254a85
parent693bbc56964dee874f487288231a5e552820d61a
netfilter: Fix SIP conntrack build with NAT disabled.

Reported by Ingo Molnar.

The SIP helper is also useful without NAT. This patch adds an ifdef
around the RTP call optimization for NATed clients.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/nf_conntrack_sip.c