tn3399_openwrt/package
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
..
base-files base-files: add reboot only button handler 2019-05-30 11:55:49 +02:00
boot layerscape: fix u-boot bootcmd 2019-06-06 15:40:09 +02:00
devel valgrind: Add support for ARM64 architecture 2019-05-14 20:28:41 +02:00
firmware layerscape: drop ppa package 2019-06-06 15:40:09 +02:00
kernel netsupport: add xfrmi interface support 2019-06-09 21:48:22 +02:00
libs libunwind: bump to version 1.3.1 2019-06-05 01:13:07 +00:00
network config: add xfrm interface support scripts 2019-06-10 10:07:24 +02:00
system rpcd: fix init script reload action 2019-06-06 11:27:11 +02:00
utils busybox: add ALTERNATIVES for brctl 2019-06-08 13:51:40 +02:00
Makefile build: add ABI_VERSION to binary package names 2019-01-19 14:32:12 +01:00