diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2019-01-27 13:10:28 +0100 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2019-01-27 18:39:55 +0100 |
commit | 617e41464383630055ef9fc6e6e5e1333b492b7d (patch) | |
tree | 11d692ddc7c17d11ee3b86870f09983b154e828b | |
parent | 633cac0cb4617e9d1c73a15abf7cd5294295cfc5 (diff) | |
download | upstream-617e41464383630055ef9fc6e6e5e1333b492b7d.tar.gz upstream-617e41464383630055ef9fc6e6e5e1333b492b7d.tar.bz2 upstream-617e41464383630055ef9fc6e6e5e1333b492b7d.zip |
map: depend on nat46, provide map-t
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
-rw-r--r-- | package/network/ipv6/map/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/package/network/ipv6/map/Makefile b/package/network/ipv6/map/Makefile index 10dbe97b48..5a18c7b01f 100644 --- a/package/network/ipv6/map/Makefile +++ b/package/network/ipv6/map/Makefile @@ -18,16 +18,17 @@ include $(INCLUDE_DIR)/cmake.mk define Package/map SECTION:=net CATEGORY:=Network - DEPENDS:=@IPV6 +kmod-ip6-tunnel +libubox +libubus +iptables-mod-conntrack-extra - TITLE:=MAP-E and Lightweight 4over6 configuration support + DEPENDS:=@IPV6 +kmod-ip6-tunnel +libubox +libubus +iptables-mod-conntrack-extra +kmod-nat46 + TITLE:=MAP-E/MAP-T and Lightweight 4over6 configuration support MAINTAINER:=Hans Dedecker <dedeckeh@gmail.com> + PROVIDES:=map-t endef define Package/map/description - Provides support for MAP-E (draft-ietf-softwire-map) and - Lightweight 4over6 (draft-ietf-softwire-lw4over6) in /etc/config/network. - Refer to http://wiki.openwrt.org/doc/uci/network for - configuration details. + Provides support for MAP-E (RFC7597), MAP-T (RFC7599) and + Lightweight 4over6 (RFC7596) in /etc/config/network. + MAP combines address and port translation with the tunneling + of IPv4 packets over an IPv6 network endef define Package/map/install |