CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/02/26 21:31:56
Modified files:
usr.sbin/bgpd : bgpd.h config.c mrt.c rde.c session.c session.h
util.c
Log message:
Convert the remote and local addresses in struct peer to be bgpd_addrs
instead of sockaddr_storage. This again helps protability and simplifies
some code. sa2addr now takes an optional pointer to return the port of
the sockaddr.
OK benno@
