diff options
author | Daniel Golle <daniel@makrotopia.org> | 2018-09-15 19:16:52 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2018-09-17 18:32:28 +0200 |
commit | 7347ea7453aed1f5e6bf222761e3e5bd6b5d13e7 (patch) | |
tree | 5312a436c876f332cda264a3e5856b7c8f4e9553 /package/network/utils/uqmi/Makefile | |
parent | de76cefd865c2f39bb611f6403bb8e86a23aae18 (diff) | |
download | upstream-7347ea7453aed1f5e6bf222761e3e5bd6b5d13e7.tar.gz upstream-7347ea7453aed1f5e6bf222761e3e5bd6b5d13e7.tar.bz2 upstream-7347ea7453aed1f5e6bf222761e3e5bd6b5d13e7.zip |
uqmi: pass-through ipXtable to child interfaces
Allow setting specific routing tables via the ip4table and ip6table
options also when ${ifname}_4 and ${ifname}_6 child interfaces are
being created.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit e51aa699f7ca3ce83a0add622c0fd17d0caafc46)
Diffstat (limited to 'package/network/utils/uqmi/Makefile')
-rw-r--r-- | package/network/utils/uqmi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/uqmi/Makefile b/package/network/utils/uqmi/Makefile index 21b3c7eba6..640cbe4e1b 100644 --- a/package/network/utils/uqmi/Makefile +++ b/package/network/utils/uqmi/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uqmi -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/uqmi.git |