diff --git a/modules/cdp/config.h b/modules/cdp/config.h index 394c3eb5d51..35ee4c19117 100644 --- a/modules/cdp/config.h +++ b/modules/cdp/config.h @@ -54,6 +54,7 @@ typedef struct{ str fqdn; /**< FQDN of the peer */ str realm; /**< Realm of the peer */ int port; /**< TCP port of the peer; the Diameter uri is then aaa://fqdn:port. */ + str src_addr; /**< IP address used to connect to the peer */ } peer_config; diff --git a/modules/cdp/configexample/ConfigExample.xml b/modules/cdp/configexample/ConfigExample.xml index 5f44bdc9688..da9436ac2dc 100644 --- a/modules/cdp/configexample/ConfigExample.xml +++ b/modules/cdp/configexample/ConfigExample.xml @@ -54,7 +54,7 @@ a dedicated receiver process will be forked. All other unkwnown peers will share a single receiver. --> - +