summaryrefslogtreecommitdiffstats
path: root/eigrpd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * *: make sure `config.h` or `zebra.h` is firstDavid Lamparter2021-04-231-0/+2
* | eigrpd: validate TLV lengthsMark Stapp2021-04-261-2/+27
|/
* *: remove *.conf.sample filesQuentin Young2021-04-092-14/+0
* lib, bgpd: add a specific oid_copy function for IPv6 addrsPat Ruddy2021-03-251-2/+1
* eigrpd: kill eigrp_memory.h, use MTYPE_STATICDavid Lamparter2021-03-2216-98/+26
* *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-171-1/+2
* *: require semicolon after DEFINE_QOBJ & co.David Lamparter2021-03-172-3/+3
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-172-30/+30
* eigrpd: fix dependency on operational state in cliIgor Ryzhov2021-03-161-12/+11
* eigrpd: fix xpathsIgor Ryzhov2021-03-161-2/+2
* *: fix printf extension typesDavid Lamparter2021-03-141-2/+2
* eigrpd: Convert to using our builtin printf stuffDonald Sharp2021-03-142-12/+4
* Merge pull request #7987 from donaldsharp/eigrp_mtu_correctRuss White2021-02-022-4/+16
|\
| * eigrpd: Correctly set the mtu for eigrp packets sentDonald Sharp2021-01-312-4/+16
* | eigrpd: Prevent uninitialized value from being usedDonald Sharp2021-01-301-0/+1
|/
* eigrpd: Remove #if 0 dead codeDonald Sharp2021-01-281-63/+0
* eigrpd: Cleanup eigrp_packet.h to our proper formattingDonald Sharp2021-01-121-76/+85
* eigrpd: Introduce eigrp_metric.[ch] and eigrp_types.hDonnie Savage2021-01-1212-110/+258
* eigrpd: Rename nexthop_entry and prefix_entry to better namesDonnie Savage2021-01-1224-226/+253
* eigrpd: Create eigrp_yang.h and move stuff aroundDonnie Savage2021-01-124-3/+34
* eigrpd: Create eigrp_cli.h and move forward declarationsDonnie Savage2021-01-126-44/+74
* eigrpd: Move `struct eigrp_master` to eigrpd.hDonnie Savage2021-01-122-23/+27
* *: Replace s_addr check agains 0 with INADDR_ANYDonatas Abraitis2020-12-141-1/+1
* eigrpd: Remove unneeeded if state typesDonald Sharp2020-11-282-10/+2
* bgpd: Advertise FIB installed routes to bgp peers (Part 1)Soman K S2020-11-061-1/+2
* *: unify thread/event cancel macrosMark Stapp2020-10-232-4/+4
* * : update signature of thread_cancel apiMark Stapp2020-10-232-12/+6
* eigrpd: Tone down warning when command is not implemented yetDonald Sharp2020-10-221-13/+26
* Merge pull request #7343 from ton31337/fix/prefix2str_to_pFXDonald Sharp2020-10-225-40/+19
|\
| * :* Convert prefix2str to %pFXDonatas Abraitis2020-10-225-40/+19
* | eigrpd: Replace inet_ntoa with %pI4Donald Sharp2020-10-2210-132/+104
|/
* *: Use proper semantics for turning off threadDonald Sharp2020-10-121-2/+1
* vtysh: dynamically generate the list of daemons for commandsIgor Ryzhov2020-10-021-0/+1
* eigrpd: make `show ip eigrp vrf all neighbor` work correctlyDonald Sharp2020-08-311-16/+37
* eigrpd: Make `show ip eigrp vrf all interfaces` work correctlyDonald Sharp2020-08-311-14/+36
* eigrpd: Fix `show ip eigrp vrf all topology` to actually workDonald Sharp2020-08-311-15/+40
* eigrpd: Cleanup eigrp interface display to respect 16 charactersDonald Sharp2020-08-291-2/+2
* *: introduce DEFPY_YANG & friendsRenato Westphal2020-08-031-30/+30
* *: un-split strings across linesDavid Lamparter2020-07-143-17/+8
* *: add filter northbound supportRafael Zalamena2020-06-051-0/+1
* build: make clippy Makefile rules nicerDavid Lamparter2020-04-271-5/+4
* build: use VPATH for vtysh_scanDavid Lamparter2020-04-271-4/+4
* *: change the signature of the northbound callbacks to be more flexibleRenato Westphal2020-04-231-286/+202
* Merge pull request #6247 from FRRouting/nb_conversionsDonald Sharp2020-04-171-0/+1
|\
| * *: include vrf northbound module in initChirag Shah2020-04-161-0/+1
* | *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-162-0/+3
* | *: move CLI parent data to cmd_node->parent_nodeDavid Lamparter2020-04-161-0/+2
* | *: remove second parameter on install_node()David Lamparter2020-04-162-3/+9
* | *: remove cmd_node->vtyshDavid Lamparter2020-04-162-3/+0
* | *: clean up cmd_node initializersDavid Lamparter2020-04-162-4/+13
|/