aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2016-02-04 18:41:14 +0100
committerTobias Brunner <tobias@strongswan.org>2016-03-10 11:57:38 +0100
commit276acafa2dd2f3fbe8e0bad50cfd532334a86b9c (patch)
tree434068451b5df89e65535edf0ed78d034b2f7f8c /conf
parente8262251e17f97497331dca84a8d490c7605ef69 (diff)
downloadstrongswan-276acafa2dd2f3fbe8e0bad50cfd532334a86b9c.tar.bz2
strongswan-276acafa2dd2f3fbe8e0bad50cfd532334a86b9c.tar.xz
p-cscf: Make sending requests configurable and disable it by default
Diffstat (limited to 'conf')
-rw-r--r--conf/Makefile.am1
-rw-r--r--conf/plugins/p-cscf.opt11
2 files changed, 12 insertions, 0 deletions
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.<conn> = no
+ <conn> is the name of a connection with an ePDG from which to request
+ P-CSCF server addresses.
+
+ <conn> 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.