]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
For route MTU comparison allow zero MTU to match interface MTU
authorRoy Marples <roy@marples.name>
Mon, 17 Feb 2025 15:01:45 +0000 (15:01 +0000)
committerRoy Marples <roy@marples.name>
Mon, 17 Feb 2025 15:01:45 +0000 (15:01 +0000)
commitab2d7cdfa4bf8c0f4e11a687e48f871879cdfbd3
tree3f8b6c5695b276fabeeaf23f3b24efda00b427b0
parentb1a52d8d91f4d99f9224e979b3008b0ff1bd0e14
For route MTU comparison allow zero MTU to match interface MTU

Because some OS put the interface MTU into the route MTU if the
route does not define its own.
src/dhcpcd.h
src/if-bsd.c
src/if-linux.c
src/if-sun.c
src/if.c
src/if.h
src/route.c