strongswan/src/libcharon/plugins/bypass_lan
Tobias Brunner c2129d1cbe bypass-lan: Don't use interfaces in policies
After an interface disappeared we can't remove the policies correctly as
the name doesn't resolve to the previous index anymore.
And making the policies so specific might not provide that much benefit.

To handle the interfaces on the policies correctly would require some
changes to the child-cfg, kernel-interface etc. so they'd take interface
indices directly so we could target the policies correctly even if an
interface disappeared (or reappeared and got a new index).
2017-02-16 19:20:18 +01:00
..
Makefile.am bypass-lan: Add plugin that installs bypass policies for locally attached subnets 2017-02-08 10:38:28 +01:00
bypass_lan_listener.c bypass-lan: Don't use interfaces in policies 2017-02-16 19:20:18 +01:00
bypass_lan_listener.h bypass-lan: Allow ignoring or only considering subnets of specific interfaces 2017-02-08 10:38:28 +01:00
bypass_lan_plugin.c bypass-lan: Allow ignoring or only considering subnets of specific interfaces 2017-02-08 10:38:28 +01:00
bypass_lan_plugin.h bypass-lan: Add plugin that installs bypass policies for locally attached subnets 2017-02-08 10:38:28 +01:00