diff options
author | Dirk Brenken <dev@brenken.org> | 2023-07-16 07:32:24 +0200 |
---|---|---|
committer | Dirk Brenken <dev@brenken.org> | 2023-07-16 07:32:48 +0200 |
commit | 1c14eb6d8ced8bc49825bc109984a8b6715c1a08 (patch) | |
tree | bb300a42d416fd072de5aa94457fdad6f08b5c30 /net/banip/Makefile | |
parent | 1cb2590c1743eeb4c357b1f0d7e3fb47b3640ae6 (diff) |
banip: release 0.9.0-1
* supports allowing / blocking of certain VLAN forwards in segregated network environments,
set 'ban_vlanallow', ''ban_vlanblock' accordingly
* simplified the code/JSON to generate/parse the banIP status
* enclose nft related devices in quotation marks , e.g. to handle devices which starts with a number '10g-1'
* made the new vlan options available to LuCI (separate commit)
Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'net/banip/Makefile')
-rw-r--r-- | net/banip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/banip/Makefile b/net/banip/Makefile index a9900dbdf..fbcfd9791 100644 --- a/net/banip/Makefile +++ b/net/banip/Makefile @@ -5,8 +5,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=banip -PKG_VERSION:=0.8.9 -PKG_RELEASE:=4 +PKG_VERSION:=0.9.0 +PKG_RELEASE:=1 PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org> |