This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
ulogd2: Build IPFIX module
add ulogd_output_IPFIX.so to ulogd-mod-extra Signed-off-by: Sebastian Fleer <dev@dwurp.de>
lilik-openwrt-22.03
Sebastian Fleer
5 years ago
parent
0849e32659
commit
3a06581ad7
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
\
Write
Preview
Loading…
Cancel
Save