From 276acafa2dd2f3fbe8e0bad50cfd532334a86b9c Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 4 Feb 2016 18:41:14 +0100 Subject: p-cscf: Make sending requests configurable and disable it by default --- conf/Makefile.am | 1 + conf/plugins/p-cscf.opt | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 conf/plugins/p-cscf.opt (limited to 'conf') diff --git a/conf/Makefile.am b/conf/Makefile.am index 72d9f258d..b7edaa8ee 100644 --- a/conf/Makefile.am +++ b/conf/Makefile.am @@ -73,6 +73,7 @@ plugins = \ plugins/ntru.opt \ plugins/openssl.opt \ plugins/osx-attr.opt \ + plugins/p-cscf.opt \ plugins/pkcs11.opt \ plugins/radattr.opt \ plugins/random.opt \ diff --git a/conf/plugins/p-cscf.opt b/conf/plugins/p-cscf.opt new file mode 100644 index 000000000..ec7f8153f --- /dev/null +++ b/conf/plugins/p-cscf.opt @@ -0,0 +1,11 @@ +charon.plugins.p-cscf.enable {} + Section to enable requesting P-CSCF server addresses for individual + connections. + +charon.plugins.p-cscf.enable. = no + is the name of a connection with an ePDG from which to request + P-CSCF server addresses. + + is the name of a connection with an ePDG from which to request + P-CSCF server addresses. Requests will be sent for addresses of the same + families for which internal IPs are requested. -- cgit v1.2.3