Community maintained packages for difos.
This patch integrates tayga with netifd. Parametres are nearly same as with the older scripts. Support for static mapping of IPv4<=>IPv6 addresses is missing. Example configuration: config interface 'nat64' option proto 'tayga' option prefix 64:ff9b::/96 option dynamic_pool 10.128.0.0/24 option ipv4_addr 10.128.0.1 #address of the TAYGA itself option ipv6_addr 2001:470:5990::64 option ipaddr 192.168.1.1 #optional address of TUN interface option ip6addr 2001:db8::1 Signed-off-by: Ondrej Caletka <ondrej@caletka.cz> |
||
---|---|---|
admin | ||
devel/patch | ||
ipv6/tayga | ||
lang | ||
libs | ||
mail/dovecot | ||
multimedia/xupnpd | ||
net | ||
sound/pulseaudio | ||
utils | ||
LICENSE | ||
README |
* Description * This is the OpenWrt "packages"-feed containing community-maintained packages. * Usage * This feed is enabled by default. To install all its package definitions: Run: ./scripts/feeds update packages Run: ./scripts/feeds install -a -p packages * Package Guidelines * Please make sure that all packages you commit or request to pull: * Package a version which is still maintained by the upstream author. * Have yourself or another person listed in the (PKG_)MAINTAINER field. * Will be updated regularly to maintained and supported versions. Please sign-off your commits / pull requests to this repository. See: https://dev.openwrt.org/wiki/SubmittingPatches#a10.Signyourwork