sync with OpenBSD -current
This commit is contained in:
parent
bef867f8da
commit
a289465f63
9 changed files with 60 additions and 43 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: dhcp6leased.h,v 1.4 2024/06/03 11:08:31 florian Exp $ */
|
||||
/* $OpenBSD: dhcp6leased.h,v 1.5 2024/06/03 18:10:04 florian Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2017, 2021 Florian Obser <florian@openbsd.org>
|
||||
|
@ -221,13 +221,6 @@ struct imsg_ifinfo {
|
|||
char lease[LEASE_SIZE];
|
||||
};
|
||||
|
||||
struct imsg_propose_rdns {
|
||||
uint32_t if_index;
|
||||
int rdomain;
|
||||
int rdns_count;
|
||||
struct in_addr rdns[MAX_RDNS_COUNT];
|
||||
};
|
||||
|
||||
struct imsg_dhcp {
|
||||
uint32_t if_index;
|
||||
ssize_t len;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue