aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/kernel_iph/kernel_iph_net.c
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2014-06-19 14:33:50 +0200
committerTobias Brunner <tobias@strongswan.org>2014-06-19 14:33:50 +0200
commit93c68fcd263dbdb7219686a14266186b25d019e2 (patch)
tree9bf8f3840be0986fb8d60c3f25eeb25b519558e2 /src/libcharon/plugins/kernel_iph/kernel_iph_net.c
parent73b22aa842ae0f32d3aaeb79101894cc719ceaf2 (diff)
parent88f125f5605e54b38cf8913df79e32ec6bddff10 (diff)
downloadstrongswan-93c68fcd263dbdb7219686a14266186b25d019e2.tar.bz2
strongswan-93c68fcd263dbdb7219686a14266186b25d019e2.tar.xz
Merge branch 'shunt-policies-routes'
Fixes #599.
Diffstat (limited to 'src/libcharon/plugins/kernel_iph/kernel_iph_net.c')
-rw-r--r--src/libcharon/plugins/kernel_iph/kernel_iph_net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/kernel_iph/kernel_iph_net.c b/src/libcharon/plugins/kernel_iph/kernel_iph_net.c
index 871067b1a..a4be4041e 100644
--- a/src/libcharon/plugins/kernel_iph/kernel_iph_net.c
+++ b/src/libcharon/plugins/kernel_iph/kernel_iph_net.c
@@ -562,7 +562,7 @@ METHOD(kernel_net_t, get_source_addr, host_t*,
}
METHOD(kernel_net_t, get_nexthop, host_t*,
- private_kernel_iph_net_t *this, host_t *dest, host_t *src)
+ private_kernel_iph_net_t *this, host_t *dest, int prefix, host_t *src)
{
MIB_IPFORWARD_ROW2 route;
SOCKADDR_INET best, *sai_dst, *sai_src = NULL;