diff options
author | Tobias Brunner <tobias@strongswan.org> | 2014-06-19 14:33:50 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2014-06-19 14:33:50 +0200 |
commit | 93c68fcd263dbdb7219686a14266186b25d019e2 (patch) | |
tree | 9bf8f3840be0986fb8d60c3f25eeb25b519558e2 /src/libcharon/plugins/kernel_iph/kernel_iph_net.c | |
parent | 73b22aa842ae0f32d3aaeb79101894cc719ceaf2 (diff) | |
parent | 88f125f5605e54b38cf8913df79e32ec6bddff10 (diff) | |
download | strongswan-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.c | 2 |
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; |