If anything in name2id conversion fails then just return 0.
authorclaudio <claudio@openbsd.org>
Thu, 16 Jun 2022 15:30:12 +0000 (15:30 +0000)
committerclaudio <claudio@openbsd.org>
Thu, 16 Jun 2022 15:30:12 +0000 (15:30 +0000)
commit93c5da169790d31212049652f62d31fd0e272596
tree339394246009d76beb8e62b3abd0bdb2ed962c70
parent8fe657444855f95e7cf636d6e555a810dbd8e84f
If anything in name2id conversion fails then just return 0.

Do not set any errno. So if a non empty string is used in name2id
conversion and the return value is 0 then that would be an error.
Callers in most cases do not care and accept that a label may be
lost because of conversion failure.

Noticed by and OK tb@
usr.sbin/bgpd/name2id.c