Mark routes sent via sysctl(2) with RTF_DONE like it is done on the
authorclaudio <claudio@openbsd.org>
Thu, 16 Jun 2022 10:35:45 +0000 (10:35 +0000)
committerclaudio <claudio@openbsd.org>
Thu, 16 Jun 2022 10:35:45 +0000 (10:35 +0000)
commit6d2c17e2e375a2fc184d25c82f6d916ad88c19cd
tree7be17eeaf38a04d0dcc7535623d508c35e20c66d
parentcf3f15ba97d48e042b9186e11db4f998a7f866c2
Mark routes sent via sysctl(2) with RTF_DONE like it is done on the
route socket. All messages passed are by definition done. This may
allow to share more code between sysctl and route socket parsers.
OK mpi@
sys/net/rtsock.c