Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/external/bsd/dhcpcd/dist/src



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