summaryrefslogtreecommitdiffstats
path: root/push.c
diff options
context:
space:
mode:
authorGert Doering <gert@greenie.muc.de>2010-01-07 14:51:40 +0100
committerGert Doering <gert@greenie.muc.de>2011-04-24 17:22:37 +0200
commitcddff731a04d261c638e19b5d37c7ee15d81c19e (patch)
tree43f63c6686e900fef30bb6966ee4c9253b2742ac /push.c
parent8259bc2599186b87d51e3f4651454693db25b109 (diff)
downloadopenvpn-cddff731a04d261c638e19b5d37c7ee15d81c19e.tar.gz
openvpn-cddff731a04d261c638e19b5d37c7ee15d81c19e.tar.xz
openvpn-cddff731a04d261c638e19b5d37c7ee15d81c19e.zip
Enable IPv6 Payload in OpenVPN p2mp tun server mode. 20100104-1 release.
(cherry picked from commit ec9dce6387afd198881493bfebf13bb121e8a56b)
Diffstat (limited to 'push.c')
-rw-r--r--push.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/push.c b/push.c
index e2a9182..1fd8bea 100644
--- a/push.c
+++ b/push.c
@@ -189,6 +189,8 @@ send_push_reply (struct context *c)
const int safe_cap = BCAP (&buf) - extra;
bool push_sent = false;
+ msg( M_INFO, "send_push_reply(): safe_cap=%d", safe_cap );
+
buf_printf (&buf, "%s", cmd);
if ( c->c2.push_ifconfig_ipv6_defined )