summaryrefslogtreecommitdiff
path: root/eigrpd
AgeCommit message (Expand)Author
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
2021-01-12eigrpd: Create eigrp_yang.h and move stuff aroundDonnie Savage
2021-01-12eigrpd: Create eigrp_cli.h and move forward declarationsDonnie Savage
2021-01-12eigrpd: Move `struct eigrp_master` to eigrpd.hDonnie Savage
2020-12-14*: Replace s_addr check agains 0 with INADDR_ANYDonatas Abraitis
2020-11-28eigrpd: Remove unneeeded if state typesDonald Sharp
2020-11-06bgpd: Advertise FIB installed routes to bgp peers (Part 1)Soman K S
2020-10-23*: unify thread/event cancel macrosMark Stapp
2020-10-23* : update signature of thread_cancel apiMark Stapp
2020-10-22eigrpd: Tone down warning when command is not implemented yetDonald Sharp
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
2020-10-12*: Use proper semantics for turning off threadDonald Sharp
2020-10-02vtysh: dynamically generate the list of daemons for commandsIgor Ryzhov
2020-08-31eigrpd: make `show ip eigrp vrf all neighbor` work correctlyDonald Sharp
2020-08-31eigrpd: Make `show ip eigrp vrf all interfaces` work correctlyDonald Sharp
2020-08-31eigrpd: Fix `show ip eigrp vrf all topology` to actually workDonald Sharp
2020-08-28eigrpd: Cleanup eigrp interface display to respect 16 charactersDonald Sharp
2020-08-03*: introduce DEFPY_YANG & friendsRenato Westphal
2020-07-14*: un-split strings across linesDavid Lamparter
2020-06-05*: add filter northbound supportRafael Zalamena
2020-04-27build: make clippy Makefile rules nicerDavid Lamparter
2020-04-27build: use VPATH for vtysh_scanDavid Lamparter
2020-04-23*: change the signature of the northbound callbacks to be more flexibleRenato Westphal
2020-04-16Merge pull request #6247 from FRRouting/nb_conversionsDonald Sharp
2020-04-16*: include vrf northbound module in initChirag Shah
2020-04-16*: move CLI node names to cmd_node->nameDavid Lamparter
2020-04-16*: move CLI parent data to cmd_node->parent_nodeDavid Lamparter
2020-04-16*: remove second parameter on install_node()David Lamparter
2020-04-16*: remove cmd_node->vtyshDavid Lamparter
2020-04-16*: clean up cmd_node initializersDavid Lamparter
2020-04-08*: Do not cast to the same typeDonatas Abraitis
2020-03-11eigrpd: stop checking for ancient OpenBSDRuben Kerkhof
2020-03-08*: Replace `sizeof something` to sizeof(something)Donatas Abraitis
2020-03-05*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis
2020-02-13*: Remove break after returnDonatas Abraitis
2020-02-10Merge pull request #5763 from ton31337/fix/return_without_parentRenato Westphal
2020-02-09*: Remove parenthesis on return for constantsDonatas Abraitis
2020-02-06*: Replace s_addr 0 => INADDR_ANYDonatas Abraitis
2020-02-05Merge pull request #5104 from opensourcerouting/route-map-nbv2Donald Sharp
2020-02-04*: fix route map integrationRafael Zalamena
2020-02-03*: don't null after XFREE; XFREE does this itselfQuentin Young
2020-01-15doc: rename man pages to frr-*David Lamparter
2019-12-04eigrpd, ospfd, pimd: Fix assumption that interface may not be upDonald Sharp
2019-12-02*: generously apply constDavid Lamparter
2019-11-30*: make frr_yang_module_info constDavid Lamparter
2019-11-30*: make all route_map_rule_cmd constDavid Lamparter
2019-11-22eigrpd: Cleanup address dump functions to be a bit smarterDonald Sharp