-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
6in4: Support fqdn as remote tunnel endpoint
Same as fqdn support in GRE (commit a79f3d1) and IPIP (commit 3116829) Signed-off-by: Aleksandr V. Piskunov <[email protected]> Link: openwrt/openwrt#15961 Signed-off-by: Hauke Mehrtens <[email protected]>
- Loading branch information
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ include $(INCLUDE_DIR)/package.mk | |
define Package/6in4 | ||
SECTION:=net | ||
CATEGORY:=Network | ||
DEPENDS:=@IPV6 +kmod-sit +uclient-fetch | ||
DEPENDS:=@IPV6 +kmod-sit +uclient-fetch +resolveip | ||
TITLE:=IPv6-in-IPv4 configuration support | ||
MAINTAINER:=Jo-Philipp Wich <[email protected]> | ||
PKGARCH:=all | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters