Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
conntrack-tools: Add version 1.4.7
The conntrack-tools are a set of tools targeted at system
administrators. They are conntrack, the userspace command line
interface, and conntrackd, the userspace daemon. The tool conntrack
provides a full featured interface that is intended to replace the old
/proc/net/ip_conntrack interface. Using conntrack, you can view and
manage the in-kernel connection tracking state table from userspace. On
the other hand, conntrackd covers the specific aspects of stateful
firewalls to enable highly available scenarios, and can be used as
statistics collector as well.

https://conntrack-tools.netfilter.org/
https://www.netfilter.org/projects/conntrack-tools/
  • Loading branch information
donald committed Feb 19, 2023
1 parent 2d5df55 commit 3d2581b
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions conntrack-tools.be0
@@ -0,0 +1,38 @@
#!/usr/bin/env beesh

# BEE_VERSION conntrack-tools-1.4.7-0

# more info: https://www.netfilter.org/

#SRCURL[0]="https://www.netfilter.org/projects/conntrack-tools/files/conntrack-tools-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/ec4e49a499f8f1430c40b537024ad7d7/conntrack-tools-1.4.7.tar.bz2"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 3d2581b

Please sign in to comment.