summaryrefslogtreecommitdiffstats
path: root/babeld/babel_interface.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-171-18/+1
|\
| * *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-18/+1
* | babeld: changes for code maintainabilitysri-mohan12023-02-141-6/+6
* | babeld: changes for code maintainabilitysri-mohan12023-02-071-12/+14
|/
* babeld: During intf startup, ignore address already in useDonald Sharp2023-01-281-9/+9
* babeld: Add missing `no` commandsYuxiang Zhu2023-01-201-133/+76
* babeld: Rehook up interface up eventsDonald Sharp2022-03-271-17/+1
* *: 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-221-7/+33
* *: explicitly print "exit" at the end of every node configIgor Ryzhov2021-08-231-1/+1
* *: cleanup interface node installationIgor Ryzhov2021-07-291-11/+1
* *: Replace 4/16 integers to IPV4_MAX_BYTELEN/IPV6_MAX_BYTELENDonatas Abraitis2021-07-011-38/+45
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-1/+1
* *: remove tabs & newlines from log messagesDavid Lamparter2021-02-141-1/+1
* babeld: Free ifc leakDonald Sharp2020-11-151-0/+1
* babeld: replace inet_ntoaMark Stapp2020-10-221-1/+3
* *: un-split strings across linesDavid Lamparter2020-07-141-6/+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-181-1/+2
|/
* *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-161-0/+1
* *: move CLI parent data to cmd_node->parent_nodeDavid Lamparter2020-04-161-0/+1
* *: remove second parameter on install_node()David Lamparter2020-04-161-1/+3
* *: remove cmd_node->vtyshDavid Lamparter2020-04-161-1/+0
* *: clean up cmd_node initializersDavid Lamparter2020-04-161-5/+4
* *: strip trailing whitespaceQuentin Young2019-09-301-1/+1
* *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-191-20/+2
* *: Convert interface_down to interface down callbackDonald Sharp2019-09-191-12/+1
* *: Switch all zclient->interface_add to interface create callbackDonald Sharp2019-09-191-18/+4
* *: Add infrastructure to support zapi interface callbacksDonald Sharp2019-09-191-0/+20
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-241-6/+4
* Merge pull request #3775 from pguibert6WIND/ospf_missing_interface_handling_2Donald Sharp2019-06-221-4/+6
|\
| * *: change if_lookup_by_name() api with vrfPhilippe Guibert2019-06-121-4/+6
* | babeld: use MTYPE_STATICDavid Lamparter2019-06-211-1/+2
|/
* *: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young2019-05-031-14/+12
* *: replace XMALLOC + memset with XCALLOCQuentin Young2019-02-261-4/+1
* *: do not check XMALLOC / XCALLOC for null retQuentin Young2019-02-261-2/+0
* Treewide: use ANSI function definitionsRuben Kerkhof2019-01-241-1/+1
* lib, rip, ripng, babel, eigrp: add ctx pointer to distribute apiPhilippe Guibert2018-12-281-2/+7
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-2/+2
* babeld: BABEL_[ERR|WARN] -> EC_BABELQuentin Young2018-09-131-10/+10
* *: rename ferr_zlog -> flog_err_sysQuentin Young2018-08-141-2/+2
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-12/+12
* babeld: Add BABEL_ERR_XXX error messages.Donald Sharp2018-08-141-14/+18
* babeld, lib, ospfd, tests: fmt fixes (cppcheck)paco2018-06-181-1/+1
* *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-101-2/+2
* *: introduce new rb-tree to optimize interface lookup by ifindexRenato Westphal2017-10-101-1/+1
* *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-101-7/+7
* Merge pull request #1078 from dwalton76/ospfd-network-cmd-warningRenato Westphal2017-08-311-1/+1
|\