File: control

package info (click to toggle)
iptables-netflow 2.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 740 kB
  • sloc: ansic: 6,752; sh: 850; ruby: 619; makefile: 235
file content (51 lines) | stat: -rw-r--r-- 1,718 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Source: iptables-netflow
Section: kernel
Priority: optional
Maintainer: Axel Beckert <abe@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-exec,
               dkms,
               libxtables-dev,
               pkg-config
Standards-Version: 4.5.0
Homepage: https://github.com/aabc/ipt-netflow
Vcs-Git: https://salsa.debian.org/debian/iptables-netflow.git
Vcs-Browser: https://salsa.debian.org/debian/iptables-netflow
Rules-Requires-Root: no

Package: iptables-netflow-dkms
Architecture: linux-any
Depends: dkms (>= 2.8.4-3~),
         libc6-dev,
         libxtables-dev,
         pkg-config,
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: iptables
Suggests: irqtop,
          nfdump
Description: iptables target which generates netflows
 ipt-netflow is an iptables/netfilter target which generates traffic
 statistics in NetFlow v5 and v9 format as well as in IPFIX format.
 .
 It provides high performance and scalability. For highest performance
 module could be run without conntrack being enabled in
 kernel. Reported to be able to handle 10Gbit traffic with more than
 1500000 pps with negligible server load (on S5500BC).

Package: irqtop
Section: utils
Architecture: all
Depends: ruby,
         ruby-curses,
         ${misc:Depends}
Recommends: ethtool
Enhances: iptables-netflow-dkms
Description: Observe IRQ and SoftIRQ in a top-like fashion
 irqtop is a small ruby-written and curses-based utility which shows
 interrupt requests and software interrupts like top does for
 processes, but enhanced with colors.
 .
 irqtop is part of the ipt_netflow project as it has been written for
 monitoring the usage of the ipt_NETFLOW kernel module, but can be
 used separately.