Navigation


Changeset 1326:afe0ecdb0692 in freeDiameter for libfdcore/config.c


Ignore:
Timestamp:
Nov 27, 2017, 11:18:57 PM (6 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

Add config option if Route-Record AVPs should be added in Answers.

Some software does not handle them correctly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/config.c

    r1281 r1326  
    6868       
    6969        fd_g_config->cnf_orstateid = (uint32_t) time(NULL);
     70        fd_g_config->cnf_rr_in_answers = 1;
    7071       
    7172        CHECK_FCT( fd_dict_init(&fd_g_config->cnf_dict) );
Note: See TracChangeset for help on using the changeset viewer.