aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand/net.h
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-05-27 12:35:01 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-05-27 12:35:01 +0000
commit4dfd16670e09d5d54d5c1b41776bb9aa0b8fab33 (patch)
treececea4ea0d038a76d521f37d9b176647d8001a9a /lib/libstand/net.h
parent5fe86cd90951e23bffadf92b2506d9a60cb1eb23 (diff)
downloadsrc-4dfd16670e09d5d54d5c1b41776bb9aa0b8fab33.tar.gz
src-4dfd16670e09d5d54d5c1b41776bb9aa0b8fab33.zip
Always issue the pxe request
All the code are now only issueing one single dhcp request at startup of the loader meaning we can always request a the PXE informations from the dhcp server. Previous code lost that information, meaning no option 55 anymore (meaning not working with the kea dhcp server) and no request for rootpath etc, no user class Remove the flags from the bootp function which is not needed anymore Reviewed by: tsoome Differential Revision: https://reviews.freebsd.org/D10952
Notes
Notes: svn path=/head/; revision=318989
Diffstat (limited to 'lib/libstand/net.h')
-rw-r--r--lib/libstand/net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/net.h b/lib/libstand/net.h
index dc2538ca65b7..cc946c15ff5c 100644
--- a/lib/libstand/net.h
+++ b/lib/libstand/net.h
@@ -119,7 +119,7 @@ ssize_t sendrecv(struct iodesc *,
void **, void **);
/* bootp/DHCP */
-void bootp(int, int);
+void bootp(int);
/* Utilities: */
char *ether_sprintf(u_char *);