From: Patrick McHardy Date: Tue, 30 May 2006 01:26:47 +0000 (-0700) Subject: [NETFILTER]: H.323 helper: replace internal_net_addr parameter by routing-based heuristic X-Git-Tag: v2.6.18-rc1~1111^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e44ab66a75e20c02193440a5e27c16c91630109b;p=pandora-kernel.git [NETFILTER]: H.323 helper: replace internal_net_addr parameter by routing-based heuristic Call Forwarding doesn't need to create an expectation if both peers can reach each other without our help. The internal_net_addr parameter lets the user explicitly specify a single network where this is true, but is not very flexible and even fails in the common case that calls will both be forwarded to outside parties and inside parties. Use an optional heuristic based on routing instead, the assumption is that if bpth the outgoing device and the gateway are equal, both peers can reach each other directly. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed