CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/01/31 13:07:18
Modified files:
usr.sbin/bgpd : mrt.c session.c session.h
Log message:
Not long ago we prefixed enum msg_type values with MSG_ because
NOTIFICATION cause a conflict with the bison generated parse.y file.
Now MSG_NOTIFICATION conflicts on systems with a define from sys/socket.h
so switch prefix to BGP_
OK tb@
