summaryrefslogtreecommitdiff
path: root/eigrpd
AgeCommit message (Expand)Author
2021-05-13lib: adapt to version 2 of libyangChristian Hopps
2021-05-04eigrpd: fix `distribute-list...` command for EIGRPDonald Sharp
2021-05-03eigrpd: Test for EIGRP AS number and ensure it's the sameDon Slice
2021-05-03Merge pull request #8545 from opensourcerouting/assert-our-ownMark Stapp
2021-04-26eigrpd: validate TLV lengthsMark Stapp
2021-04-23*: make sure `config.h` or `zebra.h` is firstDavid Lamparter
2021-04-09*: remove *.conf.sample filesQuentin Young
2021-03-25lib, bgpd: add a specific oid_copy function for IPv6 addrsPat Ruddy
2021-03-22eigrpd: kill eigrp_memory.h, use MTYPE_STATICDavid Lamparter
2021-03-17*: require semicolon after FRR_DAEMON_INFO & co.David Lamparter
2021-03-17*: require semicolon after DEFINE_QOBJ & co.David Lamparter
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2021-03-16eigrpd: fix dependency on operational state in cliIgor Ryzhov
2021-03-16eigrpd: fix xpathsIgor Ryzhov
2021-03-14*: fix printf extension typesDavid Lamparter
2021-03-14eigrpd: Convert to using our builtin printf stuffDonald Sharp
2021-02-02Merge pull request #7987 from donaldsharp/eigrp_mtu_correctRuss White
2021-01-31eigrpd: Correctly set the mtu for eigrp packets sentDonald Sharp
2021-01-30eigrpd: Prevent uninitialized value from being usedDonald Sharp
2021-01-28eigrpd: Remove #if 0 dead codeDonald Sharp
2021-01-12eigrpd: Cleanup eigrp_packet.h to our proper formattingDonald Sharp
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