summaryrefslogtreecommitdiff
path: root/babeld
AgeCommit message (Expand)Author
2022-08-24babeld: Remove return value for gettime()Donald Sharp
2022-07-11babeld: Install route to RIB if parse_update_subtlv() is falseDonatas Abraitis
2022-06-09babeld: Ignore sub-tlv's with mandatory bit setDonald Sharp
2022-06-09babeld: Update to ignore unicast hellosDonald Sharp
2022-05-12babeld: Check that bodylen is within some bounds of usableDonald Sharp
2022-05-02*: use FRR interface name definition everywhereRafael Zalamena
2022-03-26babeld: Rehook up interface up eventsDonald Sharp
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2022-02-08Merge pull request #10504 from qingkaishi/masterDonald Sharp
2022-02-04babeld: fix #10502 #10503 by repairing the checks on lengthqingkaishi
2022-02-04babeld: fix #10487 by adding a check on packet lengthwhichbug
2022-01-24*: do not print vrf name for interface config when using vrf-liteIgor Ryzhov
2021-12-23babeld: C-style commentsAdriano Marto Reis
2021-12-23babeld: Presenting interface configuration parametersAdriano Marto Reis
2021-11-13Merge pull request #10032 from opensourcerouting/build-fix-20211111Donald Sharp
2021-11-11*: Convert quagga_signal_X to frr_signal_XDonald Sharp
2021-11-11build: remove some useless intermediate librariesDavid Lamparter
2021-10-31lib: Add autocomplete for access-listsDonatas Abraitis
2021-10-20*: convert zclient callbacks to tableDavid Lamparter
2021-10-13babeld: Prevent compiler warning about uninited value for nDonald Sharp
2021-08-27Merge pull request #9496 from idryzhov/vrf-cmd-init-unused-argDavid Lamparter
2021-08-26Merge pull request #9331 from idryzhov/explicit-exitChristian Hopps
2021-08-26lib: remove unused argument from vrf_cmd_initIgor Ryzhov
2021-08-25*: Drop `break` after using frr_help_exit() in switch/caseDonatas Abraitis
2021-08-23*: explicitly print "exit" at the end of every node configIgor Ryzhov
2021-07-29*: cleanup interface node installationIgor Ryzhov
2021-07-01*: Replace 4/16 integers to IPV4_MAX_BYTELEN/IPV6_MAX_BYTELENDonatas Abraitis
2021-07-01*: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlenDonatas Abraitis
2021-07-01babeld: Drop in_prefix() functionDonatas Abraitis
2021-06-21lib: remove vrf-interface config when removing the VRFIgor Ryzhov
2021-05-04babeld: Allow babeld to actually register to use distribute-listDonald Sharp
2021-04-21build: make builddir include path consistentDavid Lamparter
2021-04-09*: remove *.conf.sample filesQuentin Young
2021-03-17*: require semicolon after FRR_DAEMON_INFO & co.David Lamparter
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2021-03-17*: require ISO C11 (or C++11)David Lamparter
2021-03-14babeld: We do not need to put Warning into our warning messagesDonald Sharp
2021-02-14*: remove tabs & newlines from log messagesDavid Lamparter
2020-11-14babeld: Free ifc leakDonald Sharp
2020-10-23* : update signature of thread_cancel apiMark Stapp
2020-10-22babeld: replace inet_ntoaMark Stapp
2020-10-09Merge pull request #7222 from idryzhov/fix-debugRenato Westphal
2020-10-02vtysh: dynamically generate the list of daemons for commandsIgor Ryzhov
2020-10-02*: move "show debugging ..." commands to enable nodeIgor Ryzhov
2020-07-14*: un-split strings across linesDavid Lamparter
2020-06-05*: integrate remaining daemons with filterRafael Zalamena
2020-04-27build: use VPATH for vtysh_scanDavid Lamparter
2020-04-23Merge pull request #6262 from qlyoung/remove-sprintfDavid Lamparter
2020-04-20*: sprintf -> snprintfQuentin Young
2020-04-17*: replace all random() callsRafael Zalamena