mirror of
https://github.com/rsmarples/dhcpcd.git
synced 2024-11-24 02:24:35 +08:00
OpenBSD: add RTM_DESYNC to route(4) filter.
This commit is contained in:
parent
b80133b6b3
commit
d3e526f524
@ -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
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user