CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/06/06 10:42:41
Modified files:
usr.sbin/ldpd : ldpd.c ldpe.c
Log message:
Fix imsg parameter passing
When ldpe requests new network sockets to the parent process (after the
transport-address is changed), it must specify the desired address-family
(IPv4 or IPv6). We can use the 'pid' or 'peerid' members of the imsg_hdr
structure for this. Use 'pid' for convenience (no need to extend the
wrapper function, ldpe_imsg_compose_parent()).