1keama(8) System Manager's Manual keama(8)
2
3
4
6 keama - Kea Migration Assistant
7
9 keama [ -4 | -6] [ -D ] [ -N ] [ -r {perform|fatal|pass} ] [ -l hook-
10 library-path ] [ -i input-file ] [ -o output-file ]
11
13 The Kea Migration Assistant converts an ISC DHCP configuration file
14 into the corresponding Kea configuration file.
15
17 Protocol selection options:
18
19 -4 The input configuration is for DHCPv4. Incompatible with the -6
20 option.
21
22 -6 The input configuration is for DHCPv6. Incompatible with the -4
23 option.
24
25 -D Define ISC DHCP minimum, default and maximum builtin lifetimes.
26
27 -N Instead of using global host reservations, put them in the
28 matching subnet.
29
30 -r action
31 Specify what to do with hostnames: resolve them into their first
32 address, raise a fatal error or pass them silently.
33
34 -p hook-library-path
35 Specify the path where hook libraries (e.g. flex-id) can be
36 found
37
38 -i input-file
39 Specify the ISC DHCP configuration file to read. When it is not
40 given the standard input is used.
41
42 -o output-file
43 Specify the Kea configuration file to write. When it is not
44 given the standard output is used.
45
46 The number of conversion failures is returned. Note that any parsing
47 warning or error is fatal so please check and fix the ISC DHCP configuā
48 ration file before using this tool.
49
51 dhcpd(8), kea-dhcp4(8), kea-dhcp6(8).
52
54 keama(8) To learn more about Internet Systems Consortium, see
55 https://www.isc.org
56
57
58
59 keama(8)