@ -30,34 +30,49 @@ PKG_BUILD_DEPENDS:=librpc
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
d e f i n e P a c k a g e / c o n n t r a c k - t o o l s
TARGET_CFLAGS += -D_GNU_SOURCE= 1
d e f i n e P a c k a g e / c o n n t r a c k - t o o l s / d e f a u l t
SECTION:= net
CATEGORY:= Network
DEPENDS:= +libnetfilter-conntrack +libnetfilter-cttimeout +libnetfilter-cthelper +libnetfilter-queue
SUBMENU:= Firewall
TITLE:= Connection tracking userspace tools
URL:= http://conntrack-tools.netfilter.org/
e n d e f
d e f i n e P a c k a g e / c o n n t r a c k - t o o l s / d e s c r i p t i o n
The conntrack-tools are a set of free software userspace tools for Linux
that allow system administrators interact with the Connection Tracking
System, which is the module that provides stateful packet inspection for
iptables. The conntrack-tools are the userspace daemon conntrackd and the
command line interface conntrack.
d e f i n e P a c k a g e / c o n n t r a c k
$( call Package /conntrack -tools /default )
TITLE:= Connection tracking tool
e n d e f
TARGET_CFLAGS += -D_GNU_SOURCE= 1
d e f i n e P a c k a g e / c o n n t r a c k / d e s c r i p t i o n
Conntrack is a userspace command line program targeted at system
administrators. It enables them to view and manage the in-kernel
connection tracking state table.
e n d e f
d e f i n e P a c k a g e / c o n n t r a c k / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/sbin
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /usr/sbin/conntrack $( 1) /usr/sbin/
e n d e f
d e f i n e P a c k a g e / c o n n t r a c k d
$( call Package /conntrack -tools /default )
TITLE:= Connection tracking daemon
e n d e f
d e f i n e P a c k a g e / c o n n t r a c k d / d e s c r i p t i o n
Conntrackd can replicate the status of the connections that are
currently being processed by your stateful firewall based on Linux.
Conntrackd can also run as statistics daemon.
e n d e f
d e f i n e P a c k a g e / c o n n t r a c k - t o o l s / i n s t a l l
$( INSTALL_DIR) $( 1) /etc/conntrackd
d e f i n e P a c k a g e / c o n n t r a c k d / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/sbin
$( INSTALL_BIN) \
$( PKG_INSTALL_DIR) /usr/sbin/conntrack \
$( PKG_INSTALL_DIR) /usr/sbin/conntrackd \
$( 1) /usr/sbin/
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /usr/sbin/conntrackd $( 1) /usr/sbin/
$( INSTALL_DIR) $( 1) /etc/init.d
$( INSTALL_BIN) ./files/conntrackd.init $( 1) /etc/init.d/conntrackd
e n d e f
$( eval $ ( call BuildPackage ,conntrack -tools ) )
$( eval $ ( call BuildPackage ,conntrack ) )
$( eval $ ( call BuildPackage ,conntrackd ) )