summaryrefslogtreecommitdiffstats
path: root/babeld/babel_interface.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
|\
| * *: return CMD_WARNING if command was already configuredDaniel Walton2017-08-311-1/+1
* | *: remove empty "interface XYZ" config blocksDavid Lamparter2017-08-291-2/+2
|/
* lib: replace if_add_hook with hook_* logicDavid Lamparter2017-08-151-2/+2
* Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-141-2/+2
|\
| * vtysh: return non-zero for configuration failuresDaniel Walton2017-07-131-2/+2
* | *: ditch vty_outln(), part 2 of 2David Lamparter2017-07-141-5/+5
* | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-37/+37
|/
* *: use vty_outlnQuentin Young2017-06-291-58/+52
* *: remove VTY_GET_*Quentin Young2017-06-271-8/+8
* babel: Fix interface command and some help stringsDonald Sharp2017-05-251-17/+17
* babeld: Cli FixesDonald Sharp2017-05-141-1/+1
* babeld: Fix up some missed cliDonald Sharp2017-05-141-0/+3
* babeld: Cleanup xroute_streamDonald Sharp2017-05-141-4/+4
* *: Initial Import of Babeld into FRRDonald Sharp2017-05-131-0/+1436
* quagga: remove babelDaniel Walton2016-02-111-1023/+0
* *: add VRF ID in the API message headerFeng Lu2015-11-041-12/+12
* Fixing a few compile errorsVipin Kumar2015-10-301-1/+2
* babeld: remove "parasitic" mode.Juliusz Chroboczek2012-03-251-28/+0
* babeld: 3 more timing statements in config textDenis Ovsienko2012-03-251-0/+10
* babeld: set interface flags eagerly, not at interface up.Juliusz Chroboczek2012-03-251-11/+22
* babeld: remove remains of standalone babeld's configuration code.Juliusz Chroboczek2012-03-251-5/+2
* babeld: drive interface_config_write() forwardDenis Ovsienko2012-03-251-9/+17
* babeld: justify "running-config" meaning in CLIDenis Ovsienko2012-03-251-6/+21
* babeld: display update-interval and resend-delay in show commands"Juliusz Chroboczek2012-03-251-0/+1
* babeld: vty commands (hello-interval, update-interval, resend-delay).Juliusz Chroboczek2012-03-251-23/+44
* Resynchronise with babeld-1.3.1.Juliusz Chroboczek2012-03-251-34/+0