]> git.puffer.fish Git - matthieu/frr.git/commit
ripngd: Intentionally ignore return code for str2prefix_ipv6
authorDonald Sharp <sharpd@nvidia.com>
Sun, 11 Oct 2020 16:38:42 +0000 (12:38 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Sun, 11 Oct 2020 16:38:42 +0000 (12:38 -0400)
commit147bb9ed610aaa35be1ff2c563b608602e4c7789
tree6c30f6f25ec3bf5c741914a72d8e01faa780875d
parent8b6b6b694d7c5ae8193e0c9a3907b9143df44a07
ripngd: Intentionally ignore return code for str2prefix_ipv6

We are calling str2prefix_ipv6 for a default route.  Since
we know this will always succeed we can safely tell the compiler
that we are ok ignoring the return code.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
ripngd/ripng_nb_config.c