openwrt / odhcpd

This repository is a mirror of https://git.openwrt.org/?p=project/odhcpd.git. Pull requests will be accepted which will be merged in odhcpd.git
GNU General Public License v2.0
162 stars 98 forks source link

router: close socket upon NETEV_IFINDEX_CHANGE fixed #140

Closed aertsk closed 5 years ago

aertsk commented 5 years ago

make sure the raw socket is removed from the uloop file descriptor list before the socket is closed. As introduced in https://github.com/openwrt/odhcpd/commit/000182fe4f94a5a6ec139456a2b74f0cdea13b9c

Related to https://github.com/openwrt/odhcpd/issues/135

Signed-off-by: Koen Aerts aertskoen5@gmail.com

dedeckeh commented 5 years ago

Patch pushed to master (https://git.openwrt.org/?p=project/odhcpd.git;a=commit;h=09aa022ea1990dbb3f3f0d09331ef0cd1b8a8e1a); thx

aertsk commented 5 years ago

Thanks again for the quick reaction.