1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: arptables
Section: net
Priority: optional
Maintainer: Debian Netfilter Packaging Team <team+pkg-netfilter-team@tracker.debian.org>
Uploaders: Alberto Molina Coballes <alb.molina@gmail.com>,
Jeremy Sowden <azazel@debian.org>
Standards-Version: 4.7.0
Build-Depends: debhelper-compat (= 13)
Rules-Requires-Root: no
Homepage: https://www.netfilter.org/
Vcs-Git: https://salsa.debian.org/pkg-netfilter-team/pkg-arptables.git
Vcs-Browser: https://salsa.debian.org/pkg-netfilter-team/pkg-arptables
Package: arptables
Architecture: linux-any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
Description: ARP table administration
Arptables is used to set up, maintain, and inspect the tables of
ARP rules in the Linux kernel. It is analogous to iptables,
but operates at the ARP layer rather than the IP layer.
|