Browse Source

Merge pull request #9931 from sebastian-de/ipfix

ulogd2: Build IPFIX module
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
f11cd7e578
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      net/ulogd/Makefile

+ 2
- 1
net/ulogd/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=ulogd
PKG_VERSION:=2.0.7
PKG_RELEASE:=4
PKG_RELEASE:=5
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://netfilter.org/projects/ulogd/files/ \
@ -188,6 +188,7 @@ ULOGD_EXTRA_PLUGINS:= \
inppkt_UNIXSOCK \
output_GPRINT \
output_GRAPHITE \
output_IPFIX \
output_LOGEMU \
output_OPRINT \


Loading…
Cancel
Save