summaryrefslogtreecommitdiff
path: root/eigrpd/eigrp_update.c
AgeCommit message (Expand)Author
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2021-10-04eigrpd: Ensure better `struct thread *` semanticsDonald Sharp
2021-03-22eigrpd: kill eigrp_memory.h, use MTYPE_STATICDavid Lamparter
2021-01-12eigrpd: Introduce eigrp_metric.[ch] and eigrp_types.hDonnie Savage
2021-01-12eigrpd: Rename nexthop_entry and prefix_entry to better namesDonnie Savage
2020-10-22Merge pull request #7343 from ton31337/fix/prefix2str_to_pFXDonald Sharp
2020-10-22:* Convert prefix2str to %pFXDonatas Abraitis
2020-10-21eigrpd: Replace inet_ntoa with %pI4Donald Sharp
2019-08-06eigrpd: Update eigrp_topology.c to not use VRF_DEFAULTDonald Sharp
2019-08-06eigrpd: Use the eigrp->vrf_id where we can immediately transformDonald Sharp
2018-10-02*: list_delete_and_null() -> list_delete()David Lamparter
2018-06-19eigrpd, lib, tests, vtysh: security (cppcheck)paco
2018-05-04eigrpd: Use EIGRP_PACKET_MTU(mtu) macroPiotr Jurkiewicz
2018-05-04eigrpd: Correctly calculate EIGRP packet MTUPiotr Jurkiewicz
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young
2018-03-06*: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger
2017-11-02eigrpd: Create consts for TLV sizeDonald Sharp
2017-10-24eigrpd: Convert topology list to a tableDonald Sharp
2017-10-05*: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp
2017-10-02eigrpd: Remove ei mapping to connected routesDonald Sharp
2017-09-05Merge pull request #1051 from donaldsharp/plistsDavid Lamparter
2017-08-26eigrpd: eigrp_neighbor_entry to eigrp_nexthop_entryDonald Sharp
2017-08-26eigrpd: Refactor access/prefix list applicationsDonald Sharp
2017-08-26eigrpd: Make code a bit easier to read in eigrp_update.cDonald Sharp
2017-08-26eigrpd: Fix access/prefix list handling in updatesDonald Sharp
2017-08-24eigrpd: Cleanup various SA IssuesDonald Sharp
2017-08-24eigrpd: Refactor eigrp_topoloy_table_lookup_ipv4Donald Sharp
2017-08-24eigrpd: Convert pe->destination_ipv4 to pe->destinationDonald Sharp
2017-08-24eigrpd: No need to create TLV typeDonald Sharp
2017-08-24eigrpd: Remove union from FSM msgDonald Sharp
2017-08-24eigrpd: make fsm msg data_type an enumDonald Sharp
2017-08-24eigrpd: Refactor FSM callingDonald Sharp
2017-08-24eigrpd: Fix memory leak in FSMDonald Sharp
2017-08-24eigrpd: Start split-horizonDonald Sharp
2017-08-19eigrpd: fix crash when external route is receivedDonnie Savage (dsavage)
2017-08-19eigrpd: Pass in actual used parameter to header creationDonald Sharp
2017-08-19eigrpd: Allow eigrp_update_send to recognize a full packetDonald Sharp
2017-08-19eigrpd: Fix memory leak in eigrp_updateDonald Sharp
2017-08-18eigrpd: When generating packets only put one on send queue at a timeDonald Sharp
2017-08-17eigrpd: and More Debugging CleanupDonald Sharp
2017-08-17eigrpd: Cleanup some more debugsDonald Sharp
2017-08-17eigrpd: Cleanup FIFODonald Sharp
2017-08-17eigrpd: Store nbr in packet dataDonald Sharp
2017-08-04eigrpd: Fix crash and attempt to send dataDonald Sharp
2017-07-22Revert "*: reindent pt. 2"David Lamparter
2017-07-17*: reindent pt. 2whitespace / reindent
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-07-14Merge pull request #818 from donaldsharp/eigrp_afiJafar Al-Gharaibeh
2017-07-13eigrpd: Fixed wrong type usedDonald Sharp
2017-07-13*: ditch vty_outln(), part 1 of 2David Lamparter