summaryrefslogtreecommitdiff
path: root/babeld/babel_interface.c
AgeCommit message (Expand)Author
2023-02-17Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp
2023-02-14babeld: changes for code maintainabilitysri-mohan1
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-02-07babeld: changes for code maintainabilitysri-mohan1
2023-01-28babeld: During intf startup, ignore address already in useDonald Sharp
2023-01-21babeld: Add missing `no` commandsYuxiang Zhu
2022-03-26babeld: Rehook up interface up eventsDonald Sharp
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-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-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2021-02-14*: remove tabs & newlines from log messagesDavid Lamparter
2020-11-14babeld: Free ifc leakDonald Sharp
2020-10-22babeld: replace inet_ntoaMark Stapp
2020-07-14*: un-split strings across linesDavid 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
2020-04-16*: move CLI node names to cmd_node->nameDavid Lamparter
2020-04-16*: move CLI parent data to cmd_node->parent_nodeDavid Lamparter
2020-04-16*: remove second parameter on install_node()David Lamparter
2020-04-16*: remove cmd_node->vtyshDavid Lamparter
2020-04-16*: clean up cmd_node initializersDavid Lamparter
2019-09-30*: strip trailing whitespaceQuentin Young
2019-09-19*: Convert zapi->interface_delete to ifp callbackDonald Sharp
2019-09-19*: Convert interface_down to interface down callbackDonald Sharp
2019-09-19*: Switch all zclient->interface_add to interface create callbackDonald Sharp
2019-09-19*: Add infrastructure to support zapi interface callbacksDonald Sharp
2019-06-23Revert "Ospf missing interface handling 2"Donald Sharp
2019-06-22Merge pull request #3775 from pguibert6WIND/ospf_missing_interface_handling_2Donald Sharp
2019-06-21babeld: use MTYPE_STATICDavid Lamparter
2019-06-12*: change if_lookup_by_name() api with vrfPhilippe Guibert
2019-05-03*: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young
2019-02-25*: replace XMALLOC + memset with XCALLOCQuentin Young
2019-02-25*: do not check XMALLOC / XCALLOC for null retQuentin Young
2019-01-24Treewide: use ANSI function definitionsRuben Kerkhof
2018-12-28lib, rip, ripng, babel, eigrp: add ctx pointer to distribute apiPhilippe Guibert
2018-09-13*: LIB_[ERR|WARN] -> EC_LIBQuentin Young
2018-09-13babeld: BABEL_[ERR|WARN] -> EC_BABELQuentin Young
2018-08-14*: rename ferr_zlog -> flog_err_sysQuentin Young
2018-08-14*: rename zlog_fer -> flog_errQuentin Young
2018-08-14babeld: Add BABEL_ERR_XXX error messages.Donald Sharp
2018-06-18babeld, lib, ospfd, tests: fmt fixes (cppcheck)paco
2017-10-10*: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal
2017-10-10*: introduce new rb-tree to optimize interface lookup by ifindexRenato Westphal
2017-10-10*: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal
2017-08-31Merge pull request #1078 from dwalton76/ospfd-network-cmd-warningRenato Westphal