]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Log added NAT-T vendor IDs
authorTobias Brunner <tobias@strongswan.org>
Wed, 19 Dec 2012 13:07:06 +0000 (14:07 +0100)
committerTobias Brunner <tobias@strongswan.org>
Mon, 24 Dec 2012 11:29:27 +0000 (12:29 +0100)
src/libcharon/sa/ikev1/tasks/isakmp_vendor.c

index c62c277c8b8f639de559ff04aa38324c449f78f3..bf822b548535183f515995c3e60f64e97809ca4b 100644 (file)
@@ -179,6 +179,7 @@ METHOD(task_t, build, status_t,
                if ((this->initiator && vendor_natt_ids[i].send) ||
                        this->best_natt_ext == i)
                {
+                       DBG2(DBG_IKE, "sending %s vendor ID", vendor_natt_ids[i].desc);
                        vid_payload = vendor_id_payload_create_data(VENDOR_ID_V1,
                                                        chunk_clone(chunk_create(vendor_natt_ids[i].id,
                                                                                                         vendor_natt_ids[i].len)));