CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/09/27 04:26:32
Modified files:
usr.sbin/bgpd : config.c parse.y
Log message:
Move the code to initialize the cluster-id from merge_config() to
parse_config(). The first is not called on startup which results in bgpd
using 0.0.0.0 as cluster-id.
Found and fix provided by Rivo Nurges (Rivo dot Nurges at smit dot ee)
Thanks and OK claudio@
