Libnetfilter cttimeout

From CBLFS
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Download Source: http://iptables.org/projects/libnetfilter_cttimeout/files/libnetfilter_cttimeout-1.0.0.tar.bz2

Introduction to Libnetfilter cttimeout

libnetfilter_cttimeout is the userspace library that provides the programming interface to the fine-grain connection tracking timeout infrastructure.

Project Homepage: http://www.netfilter.org/projects/libnetfilter_cttimeout/index.html


Dependencies

Required

Non-Multilib

Compile the package:

./configure --prefix=/usr \
 --bindir=/sbin --sbindir=/sbin  && \ 
make

Install the package

make install

Multilib

32Bit

Compile the package:

PKG_CONFIG_PATH=${PKG_CONFIG_PATH32} CC="gcc ${BUILD32}" ./configure --prefix=/usr \
    --bindir=/sbin     --sbindir=/sbin --libdir=/usr/lib  && \ 
make

Install the package

make install


N32

Compile the package:

PKG_CONFIG_PATH=${PKG_CONFIG_PATHN32} CC="gcc ${BUILDN32}" ./configure --prefix=/usr \
    --bindir=/sbin --sbindir=/sbin --libdir=/usr/lib32 && 
make

Install the package

make install


64Bit

Compile the package:

PKG_CONFIG_PATH=${PKG_CONFIG_PATH64} CC="gcc ${BUILD64}" ./configure --prefix=/usr \
    --bindir=/sbin --sbindir=/sbin --libdir=/usr/lib64 && 
make

Install the package

make install

Contents

Installed Programs:

Installed Libraries: libnetfilter_cttimeout.*


Short Descriptions

libnetfilter_cttimeout.* provides a library of functions for creating, retrieving, and deleting timeout policy objects