diff options
author | Jo-Philipp Wich <jo@mein.io> | 2023-11-14 14:38:11 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2023-11-14 14:38:11 +0100 |
commit | 842932a63d8993150ff339f11f0cd0d5dc45e6cc (patch) | |
tree | 5dcaf446c7440558da648fb828b684164b52f456 /package/network/config/netifd/Makefile | |
parent | 51bb178824f937b1f1988c9351e3586f81c18b74 (diff) | |
download | upstream-842932a63d8993150ff339f11f0cd0d5dc45e6cc.tar.gz upstream-842932a63d8993150ff339f11f0cd0d5dc45e6cc.tar.bz2 upstream-842932a63d8993150ff339f11f0cd0d5dc45e6cc.zip |
netifd: fix IPv4 route target masking
A previous commit supposed to mask out excess host bits in route targets
failed to correctly calculate the mask value, causing it to produce
improper results for certain mask lengths.
Fixes: https://github.com/openwrt/netifd/issues/17
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/network/config/netifd/Makefile')
-rw-r--r-- | package/network/config/netifd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile index 826889aca6..d237ed181f 100644 --- a/package/network/config/netifd/Makefile +++ b/package/network/config/netifd/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netifd -PKG_RELEASE:=1 +PKG_RELEASE:=1.1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/netifd.git |