# HG changeset patch # User Sebastien Decugis # Date 1368592249 -28800 # Node ID 54f04575792c0c75b9d831b519e90c64fff25ca1 # Parent 46f1e7645c444f7b41980ca5a765af92a0920ab9 Turn OFF the extended Host-IP-Address format by default diff -r 46f1e7645c44 -r 54f04575792c include/freeDiameter/CMakeLists.txt --- a/include/freeDiameter/CMakeLists.txt Wed May 15 12:04:50 2013 +0800 +++ b/include/freeDiameter/CMakeLists.txt Wed May 15 12:30:49 2013 +0800 @@ -34,9 +34,9 @@ OPTION(WORKAROUND_ACCEPT_INVALID_VSAI "Do not reject a CER/CEA with a Vendor-Specific-Application-Id AVP containing both Auth- and Acct- application AVPs?" OFF) # If the following is defined, the Address-based AVPs issued locally are extended to include the port information. -OPTION(ADDRESS_AVP_INCLUDE_PORT "Include the port number in the Address-based AVPs?" ON) +OPTION(ADDRESS_AVP_INCLUDE_PORT "Include the port number in the Address-based AVPs?" OFF) -MARK_AS_ADVANCED(DISABLE_SCTP DEBUG_SCTP SCTP_USE_MAPPED_ADDRESSES ERRORS_ON_TODO DIAMID_IDNA_IGNORE DIAMID_IDNA_REJECT DISABLE_PEER_EXPIRY WORKAROUND_ACCEPT_INVALID_VSAI) +MARK_AS_ADVANCED(DISABLE_SCTP DEBUG_SCTP SCTP_USE_MAPPED_ADDRESSES ERRORS_ON_TODO DIAMID_IDNA_IGNORE DIAMID_IDNA_REJECT DISABLE_PEER_EXPIRY WORKAROUND_ACCEPT_INVALID_VSAI ADDRESS_AVP_INCLUDE_PORT) ######################## ### System checks part