summaryrefslogtreecommitdiffstats
path: root/eigrpd/eigrp_fsm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* eigrpd: null check (Coverity 1455334 and 4 alike)paco2018-06-211-3/+5
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-2/+2
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-23/+15
* eigrpd: Fix an issue found with metric changeDonald Sharp2017-10-291-4/+24
* eigrpd: Add ability to show packet type in logDonald Sharp2017-10-291-2/+28
* eigrpd: Create enum for states and string name for displayDonald Sharp2017-10-291-4/+30
* eigrpd: Create a function to return a string of prefix stateDonald Sharp2017-10-291-3/+21
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-7/+7
* eigrpd: eigrp_neighbor_entry to eigrp_nexthop_entryDonald Sharp2017-08-271-19/+19
* eigrpd: Refactor FSM callingDonald Sharp2017-08-241-2/+3
* eigrpd: Cleanup list accessorsDonald Sharp2017-08-241-54/+38
* eigrpd: Remove extra newline in debugDonald Sharp2017-08-171-1/+1
* eigrpd: Cleanup eigrp_get_fsm_eventDonald Sharp2017-08-161-19/+20
* eigrpd: Make eigrp_get_fsm_event use metric changedDonald Sharp2017-08-161-18/+10
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-417/+410
* *: do not take address of packed memberQuentin Young2017-05-261-2/+2
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-6/+3
* eigrpd: Cleanup tab/spacing of the *.c filesDonald Sharp2017-04-081-385/+439
* eigrpd: Fix massive memory leakDonald Sharp2017-04-061-25/+58
* eigrp: Initial CommitDonald Sharp2017-03-091-0/+502