summaryrefslogtreecommitdiff
path: root/usr.sbin/eigrpctl/eigrpctl.c
AgeCommit message (Expand)Author
4 daysConvert simple stuff in usr.sbin over to new imsgbuf_init behaviourClaudio Jeker
4 daysUnify error reporting in various control programs.Claudio Jeker
4 daysConvert the common imsgbuf_read calls to the post EAGAIN world.Claudio Jeker
4 daysRename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush toClaudio Jeker
4 daysUse imsg_flush() instead of implementing the same by hand.Claudio Jeker
2017-02-22Allow specifying an alternate socket path.Renato Westphal
2016-01-15Introduce the 'eigrpctl clear neighbors' command.Renato Westphal
2015-12-13Introduce new command to show traffic statistics.Renato Westphal
2015-12-07No need to check for NULL before free().mmcc
2015-12-05Forgot about eigrp when doing the imsg_read EAGAIN fixes.Claudio Jeker
2015-10-29Almost assuredly no longer needs pledge "route"Theo de Raadt
2015-10-12two leftovers string missed in tame->pledge conversionSebastien Marie
2015-10-10eigrpctl pledges to use stdio and route.Renato Westphal
2015-10-02Controller for the recently imported eigrpd(8) daemon.Renato Westphal