File: control

package info (click to toggle)
ahcpd 0.53-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 292 kB
  • sloc: ansic: 3,487; sh: 211; makefile: 91
file content (30 lines) | stat: -rw-r--r-- 1,133 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
Source: ahcpd
Section: net
Priority: optional
Maintainer: Stéphane Glondu <glondu@debian.org>
Build-Depends: debhelper (>= 12)
Standards-Version: 4.4.0
Homepage: https://www.irif.fr/~jch/software/ahcp/
Vcs-Browser: https://salsa.debian.org/debian/ahcpd
Vcs-Git: https://salsa.debian.org/debian/ahcpd.git

Package: ahcpd
Architecture: any
Pre-Depends:
 ${misc:Pre-Depends}
Depends:
 lsb-base,
 ${shlibs:Depends},
 ${misc:Depends}
Enhances: babeld
Description: Ad-Hoc Configuration Protocol
 AHCP is an autoconfiguration protocol for IPv6 and dual-stack
 IPv6/IPv4 networks designed to be used in place of router discovery
 and DHCP on networks where it is difficult or impossible to configure
 a server within every link-layer broadcast domain, for example mobile
 ad-hoc networks. AHCP will automatically configure the IPv6 prefix,
 an IPv4 address for every host, the routing protocol, the DNS server
 and the NTP server. It is currently able to configure hosts for
 static routing, for use of the OLSR protocol, or for use of the Babel
 protocol. AHCP is extensible, so adding support for other routing
 protocols should be easy.