You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
5 years ago
..
base-files base-files: add reboot only button handler 5 years ago
boot layerscape: fix u-boot bootcmd 5 years ago
devel valgrind: Add support for ARM64 architecture 5 years ago
firmware layerscape: drop ppa package 5 years ago
kernel netsupport: add xfrmi interface support 5 years ago
libs libunwind: bump to version 1.3.1 5 years ago
network config: add xfrm interface support scripts 5 years ago
system rpcd: fix init script reload action 5 years ago
utils busybox: add ALTERNATIVES for brctl 5 years ago
Makefile build: add ABI_VERSION to binary package names 5 years ago