socket-default: Add options to disable address families

This commit is contained in:
Tobias Brunner
2013-07-05 09:48:27 +02:00
parent bf92887af1
commit 598bec78fa
2 changed files with 31 additions and 0 deletions
+6
View File
@@ -632,6 +632,12 @@ have a high priority according to the order defined in interface-order(5).
.BR charon.plugins.socket-default.set_source " [yes]"
Set source address on outbound packets, if possible.
.TP
.BR charon.plugins.socket-default.use_ipv4 " [yes]"
Listen on IPv4, if possible.
.TP
.BR charon.plugins.socket-default.use_ipv6 " [yes]"
Listen on IPv6, if possible.
.TP
.BR charon.plugins.sql.database
Database URI for charons SQL plugin
.TP