]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
dhcp: Fix classless link local static routes (#161)
authorxvuko <vuko@hackerspace.pl>
Thu, 5 Jan 2023 09:02:52 +0000 (10:02 +0100)
committerGitHub <noreply@github.com>
Thu, 5 Jan 2023 09:02:52 +0000 (09:02 +0000)
commit3e6277050fc561633a47fe19da541e0adc99da52
tree7eab4085478d42b5bcf1bd807ae9a7202c1424fd
parent6797c08b662e9a1ffb475f2b189603e88fc2f3cc
dhcp: Fix classless link local static routes (#161)

Detecting host routes based on address comparison is not needed in
classless routes as /32 mask can be explicitly used. This detecting
mechanism did cause issues when gateway was set to 0.0.0.0 (link local
routes).
src/dhcp.c