summaryrefslogtreecommitdiffstats
path: root/eigrpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
|/
* *: Do not cast to the same typeDonatas Abraitis2020-04-081-1/+1
* eigrpd: stop checking for ancient OpenBSDRuben Kerkhof2020-03-111-1/+1
* *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-081-5/+5
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-053-7/+7
* *: Remove break after returnDonatas Abraitis2020-02-132-80/+0
* Merge pull request #5763 from ton31337/fix/return_without_parentRenato Westphal2020-02-101-1/+1
|\
| * *: Remove parenthesis on return for constantsDonatas Abraitis2020-02-091-1/+1
* | *: Replace s_addr 0 => INADDR_ANYDonatas Abraitis2020-02-063-6/+6
* | Merge pull request #5104 from opensourcerouting/route-map-nbv2Donald Sharp2020-02-051-0/+1
|\ \ | |/ |/|
| * *: fix route map integrationRafael Zalamena2020-02-041-0/+1
* | *: don't null after XFREE; XFREE does this itselfQuentin Young2020-02-031-1/+0
|/
* doc: rename man pages to frr-*David Lamparter2020-01-151-1/+1
* eigrpd, ospfd, pimd: Fix assumption that interface may not be upDonald Sharp2019-12-042-31/+31
* *: generously apply constDavid Lamparter2019-12-021-1/+1
* *: make frr_yang_module_info constDavid Lamparter2019-11-301-1/+1
* *: make all route_map_rule_cmd constDavid Lamparter2019-11-301-27/+58
* eigrpd: Cleanup address dump functions to be a bit smarterDonald Sharp2019-11-222-45/+15
* eigrpd: Cleanup eigrp_if_name_stringDonald Sharp2019-11-221-8/+5
* ospfd,eigrpd: don't take address of packed struct memberMark Stapp2019-11-111-4/+5
* *: Convert connected_free to a double pointerDonald Sharp2019-11-021-1/+1
* *: Convert prefix_free to double pointerDonald Sharp2019-11-022-3/+2
* Merge pull request #5009 from donaldsharp/interface_deletionRuss White2019-09-303-148/+92
|\
| * *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-192-32/+13
| * *: Convert interface_down to interface down callbackDonald Sharp2019-09-192-21/+7
| * *: Convert from ->interface_up to the interface callbackDonald Sharp2019-09-192-72/+41