bypass-lan: Allow ignoring or only considering subnets of specific interfaces

The config can also be reloaded by sending a SIGHUP to charon.
This commit is contained in:
Tobias Brunner
2017-02-08 10:38:28 +01:00
parent 62b58a40da
commit 0aabfe0780
5 changed files with 102 additions and 6 deletions
+8
View File
@@ -0,0 +1,8 @@
charon.plugins.bypass-lan.interfaces_ignore
A comma-separated list of network interfaces for which connected subnets
should be ignored, if **interfaces_use** is specified this option has no
effect.
charon.plugins.bypass-lan.interfaces_use
A comma-separated list of network interfaces for which connected subnets
should be considered. All other interfaces are ignored.