CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/06/19 09:47:34
Modified files:
usr.sbin/rpki-client: extern.h ip.c output-bgpd.c
Log message:
Instead of the strange ASN.1 encoding of IP addresses with a size in bytes
and a count of how many bits of the last byte are unused switch to a much
more normal prefixlen in bits encoding for internal use. This makes the
code easier to understand. Also switch to inet_ntop() for converting a
struct ip_addr into a string.
OK job@
