From cd77ffc4de8ce581d4c45f28441efc5e8ece2009 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Wed, 24 Jan 2007 07:38:36 +0000 Subject: [PATCH] log APPLICATION_VERSION and UNITY_DDNS_HOSTNAME strings --- src/pluto/modecfg.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/pluto/modecfg.c b/src/pluto/modecfg.c index 2fff7a3a00..5b982744fe 100644 --- a/src/pluto/modecfg.c +++ b/src/pluto/modecfg.c @@ -465,6 +465,15 @@ modecfg_parse_attributes(pb_stream *attrs, internal_addr_t *ia) case INTERNAL_IP4_NBNS: ia->attr_set |= LELEM(attr_type); break; + case APPLICATION_VERSION: + case UNITY_DDNS_HOSTNAME: + if (attr_len > 0) + { + DBG(DBG_PARSING, + DBG_log(" '%.*s'", attr_len, strattr.cur) + ) + } + break; case XAUTH_TYPE: ia->xauth_type = attr.isaat_lv; ia->attr_set |= LELEM(attr_type - XAUTH_BASE + MODECFG_ROOF); -- 2.47.2