openwrtv4/package
Steven Barth 7dabdbde78 gre: Generic Routing Encapsulation package support
The package supports Generic Routing Encapsulation support by registering following protocol kinds:
    -gre
    -gretap
    -grev6
    -grev6tap

Following options are valid for gre and gretap kinds:
    -ipaddr
    -peeraddr
    -df
    -mtu
    -ttl
    -tunlink
    -zone
    -ikey
    -okey
    -icsum
    -ocsum
    -iseqno
    -oseqno

The gretap kind supports additionally the network option

Following options are valid for grev6 and grev6tap kinds:
    -ip6addr
    -peer6addr
    -weakif
    -mtu
    -ttl
    -tunlink
    -zone
    -ikey
    -okey
    -icsum
    -ocsum
    -iseqno
    -oseqno

The grev6tap kind supports additionally the network option

Typical network config for a GREv4 tunnel :

config interface 'gre'
        option peeraddr '172.16.18.240'
        option mtu '1400'
        option proto 'gre'
        option tunlink 'wan'
        option zone 'tunnel'

Typical network config for a GREv4 tap tunnel :

config interface 'gretap'
        option peeraddr '195.207.5.79'
        option mtu '1400'
        option proto 'gretap'
        option zone 'tunnel'
        option tunlink 'wan'
        option network 'wlan_ap'

I added myself as maintainer for the moment; feel free to change.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>

SVN-Revision: 41897
2014-07-30 13:22:24 +00:00
..
base-files base-files: properly escape strings for version info 2014-07-29 13:30:23 +00:00
boot package/uboot-envtools: add OpenMesh OM5P support 2014-07-20 17:31:00 +00:00
devel strace: fix build failure on arm 2014-07-02 08:19:43 +00:00
firmware kernel: add staging r8188eu module (3.13) 2014-04-30 21:53:29 +00:00
kernel mac80211: support wildcard paths when matching phys 2014-07-29 09:48:07 +00:00
libs lzo: enable parallel build 2014-07-18 14:42:15 +00:00
network gre: Generic Routing Encapsulation package support 2014-07-30 13:22:24 +00:00
system procd: update to the latest version, fixes parsing of /etc/openwrt_release 2014-07-30 12:39:46 +00:00
utils usbmode: update to latest git and also update the device database 2014-07-19 16:57:09 +00:00
Makefile package/Makefile: Substituted deprecated -perm +mode with -perm /mode 2014-06-02 12:44:13 +00:00