From: Roy Marples Date: Tue, 25 Apr 2023 13:32:40 +0000 (+0100) Subject: OpenBSD: add RTM_DESYNC to route(4) filter. X-Git-Tag: v10.0.2~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3e526f524a302445a741d6291cd32ba81e45226;p=thirdparty%2Fdhcpcd.git OpenBSD: add RTM_DESYNC to route(4) filter. --- 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 };