CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2021/01/19 10:38:42
Modified files: usr.sbin/rad : parse.y printconf.c Log message: 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