CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/04/15 07:21:45
Modified files:
usr.sbin/eigrpd: eigrpd.c eigrpd.h eigrpe.c interface.c packet.c
parse.y rde.c
Log message:
Move several other variables out of eigrpd_conf.
Now eigrpd_conf contains only variables that can be modified via a
config reload. The other variables were moved to a new struct called
eigrpd_global, which is now a central point for storing global variables.
