File: control

package info (click to toggle)
radvd 1%3A2.20-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,416 kB
  • sloc: ansic: 5,780; sh: 5,467; yacc: 1,002; makefile: 265; lex: 168
file content (38 lines) | stat: -rw-r--r-- 1,205 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
Source: radvd
Section: net
Priority: optional
Maintainer: Geert Stappers <stappers@debian.org>
Standards-Version: 4.1.3
Build-Depends: debhelper (>= 13), flex, bison,
 pkgconf,
 libbsd-dev,
 libdaemon-dev,
 check
Vcs-Git: https://salsa.debian.org/debian/radvd.git
Vcs-Browser: https://salsa.debian.org/debian/radvd
Homepage: http://www.litech.org/radvd/

Package: radvd
Architecture: any
Depends: ${shlibs:Depends},
  adduser,
  ${misc:Depends}
Description: Router Advertisement Daemon
 IPv6 has a lot more support for autoconfiguration than IPv4. But
 for this autoconfiguration to work on the hosts of a network, the
 routers of the local network have to run a program which answers
 the autoconfiguration requests of the hosts.
 .
 On Linux this program is called radvd, which stands for Router
 ADVertisement Daemon. This daemon listens to router solicitations (RS)
 and answers with router advertisement (RA). Furthermore unsolicited
 RAs are also sent from time to time.

Package: radvdump
Architecture: any
Depends: ${shlibs:Depends},
  ${misc:Depends}
Conflicts: radvd (<= 1:2.16-1)
Description: dumps Router Advertisements
 Tool for IPv6 network administrators.
 Dumps RA, Router Advertisements.