CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/09/02 10:23:50
Modified files:
usr.sbin/eigrpd: eigrpd.c eigrpe.c rde.c
Log message:
Fix broken pipe teardown.
* Add missing close() calls to actually close the pipes, calling just
msgbuf_clean() is not enough;
* Bring back some NOTREACHED lint comments. style(9) says they can be
removed but in some cases they are useful to humans too;
* Add __dead to the shutdown functions;
* Some other minor changes to make eigrpd(8) more similar to the other
routing daemons.