Logoj0ke.net Open Build Service > Projects > home:jg:devel > libnfnetlink > Meta
Sign Up | Log In

Meta Configuration of Package libnfnetlink

 
1
<package name="libnfnetlink" project="home:jg:devel">
2
  <title>Tools to manipulate netfilter connection tracking table</title>
3
  <description>The conntrack-tools package contains two programs:
4
- conntrack: the command line interface to interact with the connection
5
             tracking system.
6
- conntrackd: the connection tracking userspace daemon that can be used to
7
              deploy highly available GNU/Linux firewalls and collect
8
              statistics of the firewall use.
9
10
conntrack is used to search, list, inspect and maintain the netfilter
11
connection tracking subsystem of the Linux kernel.
12
Using conntrack, you can dump a list of all (or a filtered selection  of)
13
currently tracked connections, delete connections from the state table, 
14
and even add new ones.
15
In addition, you can also monitor connection tracking events, e.g. 
16
show an event message (one line) per newly established connection.
17
18
</description>
19
  <person userid="jg" role="maintainer"/>
20
  <url>http://netfilter.org</url>
21
</package>
22