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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
|
Source: dhcpagent
Section: libs
Priority: optional
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends:
dh-illumos,
gcc-multilib,
illumos-source-2.10,
libdevinfo-dev,
libnvpair-dev,
libinetutil1-dev,
libcontract-dev , lib32contract-dev [illumos-amd64] ,
libdhcputil-dev , lib32dhcputil-dev [illumos-amd64] ,
libdlpi1-dev , lib32dlpi1-dev [illumos-amd64] ,
libsunuuid-dev , lib32sunuuid-dev [illumos-amd64] ,
quilt,
symlinks,
Standards-Version: 3.9.3
Homepage: https://www.illumos.org
Package: dhcpagent
Section: admin
Priority: important
Architecture: illumos-any
Replaces: illumos-net-tools (<< 2.10)
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Dynamic Host Configuration Protocol (DHCP) client daemon
This package contains dhcpagent binary.
.
dhcpagent implements the client half of the Dynamic Host Configuration
Protocol (DHCP).
.
The dhcpagent daemon obtains configuration parameters for the client (local)
machine's network interfaces from a DHCP server. These parameters may include
a lease on an IP address, which gives the client machine use of the address
for the period of the lease, which may be infinite. If the client wishes to
use the IP address for a period longer than the lease, it must negotiate
an extension using DHCP. For this reason, dhcpagent must run as a daemon,
terminating only when the client machine powers down.
Package: libdhcpagent1
Section: libs
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Architecture: illumos-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: DHCP agent communication library
This package contains libdhcpagent shared library.
.
The libdhcpagent library is used to perform interprocess communication with
the DHCP agent. This library also provides an API to access /etc/dhcp/*.dhc
files. Those files are used for caching the configuration parameters obtained
from DHCP for the given network interface.
Package: libdhcpagent1-dev
Section: libdevel
Architecture: illumos-any
Provides: libdhcpagent-dev
Depends: libdhcpagent1 (= ${binary:Version}), ${misc:Depends}, libdhcputil-dev
Description: DHCP agent communication library (development files)
This package contains the header files and symlinks needed
to compile applications that use libdhcpagent.
.
The libdhcpagent library is used to perform interprocess communication with
the DHCP agent. This library also provides an API to access /etc/dhcp/*.dhc
files. Those files are used for caching the configuration parameters obtained
from DHCP for the given network interface.
Package: lib32dhcpagent1
Section: libs
Priority: standard
Architecture: illumos-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: DHCP agent communication library (32 bit)
This package contains libdhcpagent shared library.
.
The libdhcpagent library is used to perform interprocess communication with
the DHCP agent. This library also provides an API to access /etc/dhcp/*.dhc
files. Those files are used for caching the configuration parameters obtained
from DHCP for the given network interface.
.
This is a 32-bit version of the library.
Package: lib32dhcpagent1-dev
Section: libdevel
Priority: optional
Architecture: illumos-amd64
Provides: lib32dhcpagent-dev
Depends: lib32dhcpagent1 (= ${binary:Version}), libdhcpagent1-dev (= ${binary:Version}),
${misc:Depends}
Description: DHCP agent communication library (32-bit development files)
This package contains files needed to compile
32-bit applications that use libdhcpagent.
.
The libdhcpagent library is used to perform interprocess communication with
the DHCP agent. This library also provides an API to access /etc/dhcp/*.dhc
files. Those files are used for caching the configuration parameters obtained
from DHCP for the given network interface.
|