From d3e526f524a302445a741d6291cd32ba81e45226 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 25 Apr 2023 14:32:40 +0100 Subject: [PATCH] OpenBSD: add RTM_DESYNC to route(4) filter. --- src/if-bsd.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/if-bsd.c b/src/if-bsd.c index aac7cf77..eb3a4380 100644 --- a/src/if-bsd.c +++ b/src/if-bsd.c @@ -153,6 +153,9 @@ if_opensockets_os(struct dhcpcd_ctx *ctx) RTM_ADD, RTM_CHANGE, RTM_DELETE, RTM_MISS, #ifdef RTM_CHGADDR RTM_CHGADDR, +#endif +#ifdef RTM_DESYNC + RTM_DESYNC, #endif RTM_NEWADDR, RTM_DELADDR }; -- 2.47.2