X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=blobdiff_plain;f=src%2Fpluto%2Fmodecfg.c;h=5b982744fea03f58ae0884654091719310cb374f;hp=2fff7a3a00f409144d2f55717efc061c54599f69;hb=cd77ffc4de8ce581d4c45f28441efc5e8ece2009;hpb=4af33bd7a28dc362457946655825656d53455482;ds=sidebyside diff --git a/src/pluto/modecfg.c b/src/pluto/modecfg.c index 2fff7a3..5b98274 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);