tn3399_openwrt/package/network
André Valentin 452d88e8f7 config: add xfrm interface support scripts
This package adds scripts for xfrm interfaces support.
Example configuration via /etc/config/network:

config interface 'xfrm0'
        option proto 'xfrm'
        option mtu '1300'
        option zone 'VPN'
        option tunlink 'wan'
        option ifid 30

config interface 'xfrm0_static'
        option proto 'static'
        option ifname '@xfrm0'
        option ip6addr 'fe80::1/64'
        option ipaddr '10.0.0.1/30'

Now set in strongswan IPsec policy:
 	if_id_in = 30
	if_id_out = 30

Signed-off-by: André Valentin <avalentin@marcant.net>
2019-06-10 10:07:24 +02:00
..
config config: add xfrm interface support scripts 2019-06-10 10:07:24 +02:00
ipv6 map: don't set default firewall zone to wan 2019-05-26 09:44:37 +02:00
services dnsmasq: skip options that are not compiled in 2019-06-09 08:17:52 +00:00
utils curl: update to 7.65.1 2019-06-10 10:06:05 +02:00