From f1d2136024f1614f55cea76aecb67ea974379e49 Mon Sep 17 00:00:00 2001 From: Kevin Darbyshire-Bryant Date: Sun, 21 Mar 2021 00:05:58 +0000 Subject: netifyd: support filter parameter netifyd supports a '-F' filter option in 'bpf' notation to filter packets from its consideration. Add support for a uci 'filter' option. eg. filter to exclude SSDP multicasts from a particularly noisy device: option filter 'not (udp and dst 239.255.255.250 and dst port 1900 and src 192.168.1.5)' Signed-off-by: Kevin Darbyshire-Bryant --- net/netifyd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/netifyd/Makefile') diff --git a/net/netifyd/Makefile b/net/netifyd/Makefile index 025bf26fc..e6307ca62 100644 --- a/net/netifyd/Makefile +++ b/net/netifyd/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netifyd -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_MAINTAINER:=Darryl Sokoloski PKG_LICENSE:=GPL-3.0-or-later -- cgit v1.2.3