You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
-
# godhcpd
1
+
# go-isc-dhcp
2
2
3
3
Management daemons and CLIs for the ISC DHCP server and client.
4
4
5
5
## Overview
6
6
7
-
`godhcpd` is a collection of management daemons and CLIs for the ISC DHCP server and client. The ISC DHCP server and client are built of two main components:
7
+
`go-isc-dhcp` is a collection of management daemons and CLIs for the ISC DHCP server and client. The ISC DHCP server and client are built of two main components:
8
8
9
9
-`dhcpd`, a DHCP server
10
10
-`dhclient`, a DHCP client
11
11
12
-
In a similar way, `godhcpd` is built of multiple components. The components are:
12
+
In a similar way, `go-isc-dhcp` is built of multiple components. The components are:
13
13
14
14
-`dhcpdd`, an ISC DHCP server management daemon with a gRPC interface
15
15
-`dhclientd`, an ISC DHCP client management daemon with a gRPC interface
@@ -20,7 +20,7 @@ In a similar way, `godhcpd` is built of multiple components. The components are:
20
20
21
21
## Installation
22
22
23
-
A Go package [is available](https://godoc.org/github.com/pojntfx/godhcpd). In order to use it, you have to `go generate` it first.
23
+
A Go package [is available](https://godoc.org/github.com/pojntfx/go-isc-dhcp). In order to use it, you have to `go generate` it first.
24
24
25
25
## Usage
26
26
@@ -37,7 +37,7 @@ You may also set the flags by setting env variables in the format `DHCPDD_[FLAG]
37
37
dhcpdd is the ISC DHCP server management daemon.
38
38
39
39
Find more information at:
40
-
https://pojntfx.github.io/godhcpd/
40
+
https://pojntfx.github.io/go-isc-dhcp/
41
41
42
42
Usage:
43
43
dhcpdd [flags]
@@ -57,7 +57,7 @@ You may also set the flags by setting env variables in the format `DHCLIENTD_[FL
57
57
dhclientd is the ISC DHCP client management daemon.
58
58
59
59
Find more information at:
60
-
https://pojntfx.github.io/godhcpd/
60
+
https://pojntfx.github.io/go-isc-dhcp/
61
61
62
62
Usage:
63
63
dhclientd [flags]
@@ -81,7 +81,7 @@ You may also set the flags by setting env variables in the format `DHCPD_[FLAG]`
81
81
dhcpdctl manages dhcpdd, the ISC DHCP server management daemon.
82
82
83
83
Find more information at:
84
-
https://pojntfx.github.io/godhcpd/
84
+
https://pojntfx.github.io/go-isc-dhcp/
85
85
86
86
Usage:
87
87
dhcpdctl [command]
@@ -107,7 +107,7 @@ You may also set the flags by setting env variables in the format `DHCLIENT_[FLA
107
107
dhclientctl manages dhclientd, the ISC DHCP client management daemon.
108
108
109
109
Find more information at:
110
-
https://pojntfx.github.io/godhcpd/
110
+
https://pojntfx.github.io/go-isc-dhcp/
111
111
112
112
Usage:
113
113
dhclientctl [command]
@@ -126,6 +126,6 @@ Use "dhclientctl [command] --help" for more information about a command.
deleteCmd.PersistentFlags().StringVarP(&serverHostPortFlag, serverHostPortKey, "s", constants.DHClientDHostPortDefault, "Host:port of the godhcpd server to use.")
67
+
deleteCmd.PersistentFlags().StringVarP(&serverHostPortFlag, serverHostPortKey, "s", constants.DHClientDHostPortDefault, "Host:port of the go-isc-dhcp server to use.")
getCmd.PersistentFlags().StringVarP(&serverHostPortFlag, serverHostPortKey, "s", constants.DHClientDHostPortDefault, "Host:port of the godhcpd server to use.")
78
+
getCmd.PersistentFlags().StringVarP(&serverHostPortFlag, serverHostPortKey, "s", constants.DHClientDHostPortDefault, "Host:port of the go-isc-dhcp server to use.")
deleteCmd.PersistentFlags().StringVarP(&serverHostPortFlag, serverHostPortKey, "s", constants.DHCPDDHostPortDefault, "Host:port of the godhcpd server to use.")
67
+
deleteCmd.PersistentFlags().StringVarP(&serverHostPortFlag, serverHostPortKey, "s", constants.DHCPDDHostPortDefault, "Host:port of the go-isc-dhcp server to use.")
getCmd.PersistentFlags().StringVarP(&serverHostPortFlag, serverHostPortKey, "s", constants.DHCPDDHostPortDefault, "Host:port of the godhcpd server to use.")
78
+
getCmd.PersistentFlags().StringVarP(&serverHostPortFlag, serverHostPortKey, "s", constants.DHCPDDHostPortDefault, "Host:port of the go-isc-dhcp server to use.")
0 commit comments