tn3399_openwrt/package/network/config
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
..
firewall firewall: update to latest git HEAD 2019-01-03 17:09:51 +01:00
gre gre: introduce 'nohostroute' option 2019-05-31 09:42:32 +02:00
ipip ipip: remove setting default firewall zone to wan 2019-02-09 21:04:08 +01:00
ltq-adsl-app ltq-xdsl-app: start after led script 2018-05-17 07:40:19 +02:00
ltq-vdsl-app ltq-vdsl-app: use downloaded vectoring firmware 2018-06-15 13:28:38 +02:00
netifd netifd: xfrm tunnel support 2019-06-08 21:51:37 +02:00
qos-scripts qos-scripts: fix indentation 2018-07-11 09:40:40 +02:00
soloscli soloscli: Install hotplug file as 600 2018-10-11 08:06:09 +02:00
swconfig swconfig: Add missing include 2018-12-16 00:57:19 +01:00
vti vti: remove setting default firewall zone to wan 2019-02-09 21:04:36 +01:00
vxlan vxlan: add options to enable and disable UDP checksums 2018-01-24 13:53:34 +01:00
xfrm config: add xfrm interface support scripts 2019-06-10 10:07:24 +02:00