Navigation


Changeset 1136:140450615773 in freeDiameter for include


Ignore:
Timestamp:
May 16, 2013, 3:56:31 PM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Revert changeset 1122 (ADDRESS_AVP_INCLUDE_PORT) as this will create too much interop issues. The Host-IP-Address AVP is not normally used to discover peer address, but only for validation of the addresses where a packet is received from -- which is quite useless with a connected transport connection, but anyway...

Location:
include/freeDiameter
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/CMakeLists.txt

    r1133 r1136  
    3434OPTION(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)
    3535
    36 # If the following is defined, the Address-based AVPs issued locally are extended to include the port information.
    37 OPTION(ADDRESS_AVP_INCLUDE_PORT "Include the port number in the Address-based AVPs?" OFF)
    38 
    39 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)
     36MARK_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)
    4037
    4138########################
  • include/freeDiameter/freeDiameter-host.h.in

    r1127 r1136  
    6161#cmakedefine DISABLE_PEER_EXPIRY
    6262#cmakedefine WORKAROUND_ACCEPT_INVALID_VSAI
    63 #cmakedefine ADDRESS_AVP_INCLUDE_PORT
    6463#cmakedefine GNUTLS_VERSION_210
    6564#cmakedefine GNUTLS_VERSION_300
  • include/freeDiameter/libfdcore.h

    r1128 r1136  
    851851int fd_ep_filter( struct fd_list * list, uint32_t flags );
    852852int fd_ep_filter_family( struct fd_list * list, int af );
    853 int fd_ep_filter_list( struct fd_list * list, struct fd_list * exclude_list );
    854853int fd_ep_clearflags( struct fd_list * list, uint32_t flags );
    855854DECLARE_FD_DUMP_PROTOTYPE(fd_ep_dump_one, int preamble, struct fd_endpoint * ep );
Note: See TracChangeset for help on using the changeset viewer.