This provides native ipv4 to clients on a network having an ipv6-only backend, relying on external plat. This allows to use clients in ipv6-only networks that would otherwise refuse to connect without a valid ipv4 route. Limitations: * External plat must be provided, for example by jool - for example by https://github.com/FreifunkMD/jool-docker.git * This implementation will break ipv4 connections when clients roam.
16 lines
333 B
Makefile
16 lines
333 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=gluon-464xlat-clat
|
|
PKG_VERSION:=1
|
|
|
|
include ../gluon.mk
|
|
|
|
PKG_CONFIG_DEPENDS += $(GLUON_I18N_CONFIG)
|
|
|
|
define Package/gluon-464xlat-clat
|
|
TITLE:=Support translating IPv4 addresses to IPv6 using 464xlat
|
|
DEPENDS:=+gluon-core +kmod-nat46
|
|
endef
|
|
|
|
$(eval $(call BuildPackageGluon,gluon-464xlat-clat))
|