Commits
Chris Packham committed f267e40f967
lib: net_utils: enforce '.' as octet separator in string_to_ip Ensure '.' is used to separate octets. If another character is seen reject the string outright and return 0.0.0.0. Signed-off-by: Chris Packham <judge.packham@gmail.com>