From: Herbert Xu Date: Mon, 21 Jul 2008 17:03:23 +0000 (-0700) Subject: netfilter: nf_nat_sip: c= is optional for session X-Git-Tag: v2.6.27-rc1~953^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c71529e42ce39c167dc53430cb8f3d5634af77df;p=pandora-kernel.git netfilter: nf_nat_sip: c= is optional for session According to RFC2327, the connection information is optional in the session description since it can be specified in the media description instead. My provider does exactly that and does not provide any connection information in the session description. As a result the new kernel drops all invite responses. This patch makes it optional as documented. Signed-off-by: Herbert Xu Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed