summaryrefslogtreecommitdiffstats
path: root/babeld (follow)
Commit message (Expand)AuthorAgeFilesLines
* build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-261-5/+0
* *: Create and use infrastructure to show debugs in libDonald Sharp2022-10-071-0/+2
* babeld: Remove return value for gettime()Donald Sharp2022-08-242-3/+3
* babeld: Install route to RIB if parse_update_subtlv() is falseDonatas Abraitis2022-07-111-1/+1
* babeld: Ignore sub-tlv's with mandatory bit setDonald Sharp2022-06-092-52/+82
* babeld: Update to ignore unicast hellosDonald Sharp2022-06-091-21/+63
* babeld: Check that bodylen is within some bounds of usableDonald Sharp2022-05-121-4/+4
* *: use FRR interface name definition everywhereRafael Zalamena2022-05-021-1/+2
* babeld: Rehook up interface up eventsDonald Sharp2022-03-271-17/+1
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-14/+8
* Merge pull request #10504 from qingkaishi/masterDonald Sharp2022-02-081-10/+10
|\
| * babeld: fix #10502 #10503 by repairing the checks on lengthqingkaishi2022-02-041-10/+10
* | babeld: fix #10487 by adding a check on packet lengthwhichbug2022-02-041-7/+6
|/
* *: do not print vrf name for interface config when using vrf-liteIgor Ryzhov2022-01-241-2/+2
* babeld: C-style commentsAdriano Marto Reis2021-12-221-6/+4
* babeld: Presenting interface configuration parametersAdriano Marto Reis2021-12-222-7/+39
* 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
|\