sync with OpenBSD -current

This commit is contained in:
purplerain 2024-06-04 00:57:36 +00:00
parent bef867f8da
commit a289465f63
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
9 changed files with 60 additions and 43 deletions

View file

@ -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;