File: control

package info (click to toggle)
radvd 1%3A2.18-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,144 kB
  • sloc: ansic: 5,031; sh: 4,519; yacc: 831; makefile: 223; lex: 152
file content (39 lines) | stat: -rw-r--r-- 1,301 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
Source: radvd
Section: net
Priority: optional
# Maintainer: Ghe Rivero <ghe@debian.org>  https://bugs.debian.org/843502
Maintainer: Geert Stappers <stappers@debian.org>
Standards-Version: 4.1.3
Build-Depends: debhelper (>= 9.20160403~), flex, bison,
 pkg-config,
 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,
  lsb-base (>= 3.0-6),
  ${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.