NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/59664 CVS commit: src/external/bsd/dhcpcd/dist/src
The following reply was made to PR kern/59664; it has been noted by GNATS.
From: "Roy Marples" <roy%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/59664 CVS commit: src/external/bsd/dhcpcd/dist/src
Date: Thu, 13 Nov 2025 14:51:14 +0000
Module Name: src
Committed By: roy
Date: Thu Nov 13 14:51:14 UTC 2025
Modified Files:
src/external/bsd/dhcpcd/dist/src: if-bsd.c route.c
Log Message:
dhcpcd: delete+add routes when changing RTF_CONNECTED/RTF_GATEWAY
Reject routes have RTF_GATEWAY, non reject routes do not.
If changing from one to another, we need to delete rather than change
because the kernel preserves some route flags such as RTF_GATEWAY.
Fixes PR kern/59664
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/external/bsd/dhcpcd/dist/src/if-bsd.c
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/dhcpcd/dist/src/route.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index