Get rid of inet_net_pton and inet_net_ntop.
authorflorian <florian@openbsd.org>
Tue, 19 Jan 2021 17:38:41 +0000 (17:38 +0000)
committerflorian <florian@openbsd.org>
Tue, 19 Jan 2021 17:38:41 +0000 (17:38 +0000)
commit8bc29b820807e94cd7a87be6d72b638be07660e4
tree486d11014fce76d8e4effa25a7a7615b373d773b
parent032fa6838b1e3c0ce81afbd366bbca83e0ea38c4
Get rid of inet_net_pton and inet_net_ntop.

This is not an api that seems to have caught on (especially the
AF_INET6 variant), maybe we can get rid of it entirely.
It is not difficult to hand-roll the AF_INET6 variant.
OK tb
usr.sbin/rad/parse.y
usr.sbin/rad/printconf.c