summaryrefslogtreecommitdiffstats
path: root/babeld (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: cleanup interface node installationIgor Ryzhov2021-07-291-11/+1
* *: Replace 4/16 integers to IPV4_MAX_BYTELEN/IPV6_MAX_BYTELENDonatas Abraitis2021-07-012-46/+54
* *: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlenDonatas Abraitis2021-07-011-5/+5
* babeld: Drop in_prefix() functionDonatas Abraitis2021-07-012-23/+0
* lib: remove vrf-interface config when removing the VRFIgor Ryzhov2021-06-211-0/+2
* babeld: Allow babeld to actually register to use distribute-listDonald Sharp2021-05-041-3/+91
* build: make builddir include path consistentDavid Lamparter2021-04-211-1/+1
* *: remove *.conf.sample filesQuentin Young2021-04-093-32/+0
* *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-171-1/+1
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-173-4/+4
* *: require ISO C11 (or C++11)David Lamparter2021-03-172-29/+0
* babeld: We do not need to put Warning into our warning messagesDonald Sharp2021-03-143-15/+16
* *: remove tabs & newlines from log messagesDavid Lamparter2021-02-142-2/+2
* babeld: Free ifc leakDonald Sharp2020-11-151-0/+1
* * : update signature of thread_cancel apiMark Stapp2020-10-231-10/+4
* babeld: replace inet_ntoaMark Stapp2020-10-222-25/+11
* Merge pull request #7222 from idryzhov/fix-debugRenato Westphal2020-10-101-1/+1
|\
| * *: move "show debugging ..." commands to enable nodeIgor Ryzhov2020-10-021-1/+1
* | vtysh: dynamically generate the list of daemons for commandsIgor Ryzhov2020-10-021-0/+1
|/
* *: un-split strings across linesDavid Lamparter2020-07-143-16/+8
* *: integrate remaining daemons with filterRafael Zalamena2020-06-051-0/+1
* build: use VPATH for vtysh_scanDavid Lamparter2020-04-271-3/+3
* Merge pull request #6262 from qlyoung/remove-sprintfDavid Lamparter2020-04-231-1/+1
|\
| * *: sprintf -> snprintfQuentin Young2020-04-211-1/+1
* | *: replace all random() callsRafael Zalamena2020-04-183-4/+8
|/
* Merge pull request #6247 from FRRouting/nb_conversionsDonald Sharp2020-04-171-4/+4
|\
| * *: include vrf northbound module in initChirag Shah2020-04-161-4/+4
* | *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-162-0/+2
* | *: move CLI parent data to cmd_node->parent_nodeDavid Lamparter2020-04-162-0/+2
* | *: remove second parameter on install_node()David Lamparter2020-04-162-2/+6
* | *: remove cmd_node->vtyshDavid Lamparter2020-04-162-2/+0
* | *: clean up cmd_node initializersDavid Lamparter2020-04-161-5/+4
|/
* *: Do not cast to the same typeDonatas Abraitis2020-04-081-1/+1
* Merge pull request #5937 from ton31337/fix/sizeofDonald Sharp2020-03-091-1/+1
|\
| * *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-081-1/+1
* | babeld: fix build on Fedora RawhideRuben Kerkhof2020-03-071-1/+1
|/
* Merge pull request #5806 from ton31337/fix/remove_break_after_returnMark Stapp2020-02-131-3/+0
|\
| * *: Remove break after returnDonatas Abraitis2020-02-131-3/+0
* | babeld: GCC complaining about no return in non-void functionDonald Sharp2020-02-131-0/+1
|/
* *: don't null after XFREE; XFREE does this itselfQuentin Young2020-02-031-2/+0
* *: generously apply constDavid Lamparter2019-12-022-2/+2
* *: make frr_yang_module_info constDavid Lamparter2019-11-301-1/+1
* *: strip trailing whitespaceQuentin Young2019-09-301-1/+1
* *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-192-21/+2
* *: Convert interface_down to interface down callbackDonald Sharp2019-09-192-13/+1
* *: Convert from ->interface_up to the interface callbackDonald Sharp2019-09-191-1/+0
* *: Switch all zclient->interface_add to interface create callbackDonald Sharp2019-09-192-19/+4
* *: Add infrastructure to support zapi interface callbacksDonald Sharp2019-09-193-0/+27
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-242-7/+5
* Merge pull request #3775 from pguibert6WIND/ospf_missing_interface_handling_2Donald Sharp2019-06-222-5/+7
|\