OpenBSD: add RTM_DESYNC to route(4) filter.

This commit is contained in:
Roy Marples 2023-04-25 14:32:40 +01:00
parent b80133b6b3
commit d3e526f524

View File

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