]> git.proxmox.com Git - mirror_frr.git/commit - lib/prefix.c
lib: switch str2prefix_ipv4() to use inet_pton()
authorRenato Westphal <renato@opensourcerouting.org>
Wed, 7 Aug 2019 01:13:20 +0000 (22:13 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Wed, 21 Aug 2019 14:41:10 +0000 (11:41 -0300)
commitef231ac76ca6bf5dae1f6ab09a16c6f4e39b90af
treef7f60e706ac563e4f0eab74b947d41cdee897b4f
parent681b22affa7fb2517d93ce5dec9ea894491ea517
lib: switch str2prefix_ipv4() to use inet_pton()

This is the second part of commit 8d92004979dc68, which converted
only one of the two calls to inet_aton().

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
lib/prefix.c