aboutsummaryrefslogtreecommitdiffstats
path: root/conf/plugins
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/plugins
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/plugins')
-rw-r--r--conf/plugins/p-cscf.opt11
1 files changed, 11 insertions, 0 deletions
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.