File: control

package info (click to toggle)
farpd 0.2-11
  • links: PTS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 464 kB
  • ctags: 121
  • sloc: sh: 3,320; ansic: 1,009; makefile: 73
file content (18 lines) | stat: -rw-r--r-- 685 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: farpd
Section: net
Priority: optional
Maintainer: Javier Fernández-Sanguino Peña <jfs@debian.org>
Build-Depends: debhelper (>> 4.0.0), libdumbnet-dev, libpcap0.8-dev | libpcap-dev, libevent-dev
Standards-Version: 3.6.0.1

Package: farpd
Architecture: any
Depends: ${shlibs:Depends} ${misc:Depends}
Description: Fake ARP user space daemon
 This ARP daemon replies to any ARP request for a set of IP addresses
 with the hardware MAC address of one of the interfaces of the
 server after determining that no other host in the network is claiming
 that IP.
 .
 This enables a single host to claim all unassigned addresses on a
 LAN for network monitoring or simulation purposes.