diff options
author | Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk> | 2016-09-21 09:45:33 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-10-04 11:50:48 +0200 |
commit | 4ef1144958eefbfe8e74f571b3e8188a174e6a24 (patch) | |
tree | 5974012f959518fd1f4ecd5f07ccc5b8a45a8d37 /package/network/utils/iproute2/Makefile | |
parent | de8e032385a1cb4d8aa7ff1a72af9c2a2c6a1391 (diff) | |
download | upstream-4ef1144958eefbfe8e74f571b3e8188a174e6a24.tar.gz upstream-4ef1144958eefbfe8e74f571b3e8188a174e6a24.tar.bz2 upstream-4ef1144958eefbfe8e74f571b3e8188a174e6a24.zip |
iproute2: tc cake qdisc add nat, docsis & ptm modes
Add cake nat de-masquerading mode: nat, nonat.
Also docsis & ptm overhead related keywords: nat, nonat,
ptm, docsis-downstream-ip, docsis-downstream, docsis-upstream-ip
& docsis-upstream.
Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
Diffstat (limited to 'package/network/utils/iproute2/Makefile')
-rw-r--r-- | package/network/utils/iproute2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile index 4b17e19fb1..9575ff1056 100644 --- a/package/network/utils/iproute2/Makefile +++ b/package/network/utils/iproute2/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iproute2 PKG_VERSION:=4.4.0 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/utils/net/iproute2 |