summaryrefslogtreecommitdiffstats
path: root/babeld (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10032 from opensourcerouting/build-fix-20211111Donald Sharp2021-11-131-4/+3
|\
| * build: remove some useless intermediate librariesDavid Lamparter2021-11-111-4/+3
* | *: Convert quagga_signal_X to frr_signal_XDonald Sharp2021-11-111-1/+1
* | lib: Add autocomplete for access-listsDonatas Abraitis2021-10-311-4/+4
|/
* *: convert zclient callbacks to tableDavid Lamparter2021-10-201-5/+9
* babeld: Prevent compiler warning about uninited value for nDonald Sharp2021-10-131-1/+1
* Merge pull request #9496 from idryzhov/vrf-cmd-init-unused-argDavid Lamparter2021-08-271-1/+1
|\
| * lib: remove unused argument from vrf_cmd_initIgor Ryzhov2021-08-261-1/+1
* | Merge pull request #9331 from idryzhov/explicit-exitChristian Hopps2021-08-262-1/+3
|\ \ | |/ |/|
| * *: explicitly print "exit" at the end of every node configIgor Ryzhov2021-08-232-1/+3
* | *: Drop `break` after using frr_help_exit() in switch/caseDonatas Abraitis2021-08-251-2/+1
|/
* *: 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
|/