CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/05/23 11:00:40
Modified files:
usr.sbin/ldpd : Makefile interface.c ldpd.h packet.c
Added files:
usr.sbin/ldpd : socket.c
Log message:
Move setsockopt helper functions to a separate file.
IPv6 support is coming and we don't want to pollute the interface.c file
with too many of these helper functions.
Also, rename these functions from if_set_* to sock_set_*.
