aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/netifd/patches
Commit message (Collapse)AuthorAgeFilesLines
* netifd: fix IPv4 route target maskingJo-Philipp Wich2023-11-141-0/+32
| | | | | | | | | A previous commit supposed to mask out excess host bits in route targets failed to correctly calculate the mask value, causing it to produce improper results for certain mask lengths. Fixes: https://github.com/openwrt/netifd/issues/17 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* netifd: update to the latest version, reverts a commit causing MTU issues ↵Felix Fietkau2015-02-161-11/+0
| | | | | | | | (fixes #18869) Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44461
* netfid: fix build on muslFlorian Fainelli2012-11-231-0/+11
AF_INET* is provided by sys/socket.h Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34310