Joan Lledó, le dim. 12 oct. 2025 18:00:17 +0200, a ecrit: > * Define RTM_NEWADDR and RTM_DELADDR > * They are only used internally by dhcpcd so they can have any value.
I'd say still better give them the BSD values: ./sys/net/route.h:#define RTM_NEWADDR 0xc /* address being added to iface */ ./sys/net/route.h:#define RTM_DELADDR 0xd /* address being removed from iface */ Samuel
