CVSROOT: /cvs Module name: src Changes by: ren...@cvs.openbsd.org 2016/09/02 10:34:20
Modified files: usr.sbin/eigrpd: eigrp.h eigrpd.h eigrpe.c interface.c packet.c Log message: Simplify handling of multicast addresses. During the initialization of the eigrpe process, use inet_pton() to store the EIGRP multicast addresses in two global variables: * global.mcast_addr_v4 (in_addr); * global.mcast_addr_v6 (in6_addr). This way we don't need to create temporary in_addr/in6_addr variables everytime we need to use these multicast addresses for something. "I like this" claudio@ ok benno@