]> git.karo-electronics.de Git - karo-tx-linux.git/commit
netfilter: nf_nat_sip: c= is optional for session
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 30 Jul 2008 13:42:34 +0000 (15:42 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 6 Aug 2008 16:03:10 +0000 (09:03 -0700)
commit16ace6872d0191fdbd764102b46e175c95b67b66
treee26221426d7516a2de2f190ce47c12055b90f265
parentedc6e0f91ad1e46538a4f1d61ab54d9841f7ff95
netfilter: nf_nat_sip: c= is optional for session

netfilter: nf_nat_sip: c= is optional for session

Upstream commit c71529e4:

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 <herbert@gondor.apana.org.au>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/ipv4/netfilter/nf_nat_sip.c