Summary: | IP address enforcement is hopelessly broken | ||
---|---|---|---|
Product: | Sisyphus | Reporter: | Matt Lewandowsky (lewellyn) <lewellyn> |
Component: | alterator-net-functions | Assignee: | Mikhail Efremov <sem> |
Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
Severity: | normal | ||
Priority: | P3 | CC: | boyarsh, gremlin, legion, manowar, mike, rider, sem, shaba, vitty, zerg |
Version: | unstable | ||
Hardware: | all | ||
OS: | Linux |
Description
Matt Lewandowsky (lewellyn)
2014-05-19 14:42:15 MSK
Alterator-net-eth uses valid_ipv4addr() from alterator-net-function. This function should be fixed as you described, of course. And apparently valid_ipv4() in libshell should be fixed too. Thanks for your report! есть планы по исправлению? commit f59a68de59fbc2b5d00ca3e416bf85df657cae10 Author: Evgeny Sinelnikov <sin@altlinux.ru> Date: Wed Aug 23 13:27:31 2017 +0300 valid_ipv4addr: Allow 0 in last byte IP 198.168.1.0 in subnet 198.168.0.0 is a valid IPv4 address. Well, 255 should be allowed too. |