-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Convert dhcp-relay docker to buster #4671
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
43069a6
babd4f6
1b869bf
317b643
4b84753
0ea58df
c96b04b
ddbb43d
f698bb1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,99 @@ | ||
| diff --git a/includes/omapip/isclib.h b/includes/omapip/isclib.h | ||
| index caa388a..219d550 100644 | ||
| --- a/includes/omapip/isclib.h | ||
| +++ b/includes/omapip/isclib.h | ||
| @@ -60,6 +60,8 @@ | ||
| #include <isc/timer.h> | ||
| #include <isc/heap.h> | ||
| #include <isc/random.h> | ||
| +#include <isc/int.h> | ||
| +#include <isc/boolean.h> | ||
|
|
||
| #include <irs/resconf.h> | ||
|
|
||
| diff --git a/omapip/test.c b/omapip/test.c | ||
| index 98437ac..7215d9d 100644 | ||
| --- a/omapip/test.c | ||
| +++ b/omapip/test.c | ||
| @@ -36,8 +36,8 @@ | ||
| #include <string.h> | ||
| #include <omapip/result.h> | ||
| #include <sys/time.h> | ||
| -#include <omapip/omapip.h> | ||
| #include <omapip/isclib.h> | ||
| +#include <omapip/omapip.h> | ||
|
|
||
| int main (int argc, char **argv) | ||
| { | ||
| diff --git a/omapip/connection.c b/omapip/connection.c | ||
| index 9aac0c8..a74becc 100644 | ||
| --- a/omapip/connection.c | ||
| +++ b/omapip/connection.c | ||
| @@ -30,6 +30,7 @@ | ||
| #include "dhcpd.h" | ||
|
|
||
| #include <omapip/omapip_p.h> | ||
| +#include <isc/util.h> | ||
| #include <arpa/inet.h> | ||
| #include <arpa/nameser.h> | ||
| #include <errno.h> | ||
| diff --git a/common/execute.c b/common/execute.c | ||
| index fa4e0f8..1ee1e7d 100644 | ||
| --- a/common/execute.c | ||
| +++ b/common/execute.c | ||
| @@ -28,6 +28,7 @@ | ||
|
|
||
| #include "dhcpd.h" | ||
| #include <omapip/omapip_p.h> | ||
| +#include <isc/util.h> | ||
| #include <sys/types.h> | ||
| #include <sys/wait.h> | ||
|
|
||
| diff --git a/common/parse.c b/common/parse.c | ||
| index a358004..c348a50 100644 | ||
| --- a/common/parse.c | ||
| +++ b/common/parse.c | ||
| @@ -27,6 +27,7 @@ | ||
| */ | ||
|
|
||
| #include "dhcpd.h" | ||
| +#include <isc/util.h> | ||
| #include <syslog.h> | ||
|
|
||
| /* Enumerations can be specified in option formats, and are used for | ||
| diff --git a/common/socket.c b/common/socket.c | ||
| index d72f7ce..75d39a5 100644 | ||
| --- a/common/socket.c | ||
| +++ b/common/socket.c | ||
| @@ -35,6 +35,7 @@ | ||
| */ | ||
|
|
||
| #include "dhcpd.h" | ||
| +#include <isc/util.h> | ||
| #include <errno.h> | ||
| #include <sys/ioctl.h> | ||
| #include <sys/uio.h> | ||
| diff --git a/client/dhclient.c b/client/dhclient.c | ||
| index f7486c6..6e89e57 100644 | ||
| --- a/client/dhclient.c | ||
| +++ b/client/dhclient.c | ||
| @@ -38,6 +38,7 @@ | ||
| #include <sys/wait.h> | ||
| #include <limits.h> | ||
| #include <isc/file.h> | ||
| +#include <isc/util.h> | ||
| #include <dns/result.h> | ||
|
|
||
| TIME default_lease_time = 43200; /* 12 hours... */ | ||
| diff --git a/dhcpctl/dhcpctl.h b/dhcpctl/dhcpctl.h | ||
| index 0512bd4..51364c5 100644 | ||
| --- a/dhcpctl/dhcpctl.h | ||
| +++ b/dhcpctl/dhcpctl.h | ||
| @@ -29,6 +29,7 @@ | ||
| #ifndef _DHCPCTL_H_ | ||
| #define _DHCPCTL_H_ | ||
|
|
||
| +#include <omapip/isclib.h> | ||
| #include <omapip/omapip.h> | ||
|
|
||
| typedef isc_result_t dhcpctl_status; | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,3 +11,4 @@ | |
| 0010-CVE-2018-5732.patch | ||
| 0008-interface-name-maxlen-crash.patch | ||
| 0012-Don-t-skip-down-interfaces-when-discovering-interfac.patch | ||
| 0013-buster-build.patch | ||
|
||
Uh oh!
There was an error while loading. Please reload this page.