From: Balazs Scheidler Date: Thu, 21 Oct 2010 14:04:33 +0000 (+0200) Subject: tproxy: added const specifiers to udp lookup functions X-Git-Tag: v2.6.37-rc1~147^2~3^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88440ae70eda83d0cc94148d404f4990c9f1289c;p=pandora-kernel.git tproxy: added const specifiers to udp lookup functions The parameters for various UDP lookup functions were non-const, even though they could be const. TProxy has some const references and instead of downcasting it, I added const specifiers along the path. Signed-off-by: Balazs Scheidler Signed-off-by: KOVACS Krisztian Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed