summaryrefslogtreecommitdiffstats
path: root/bfdd/bfdd_vty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bfdd: add additional parameters to json commandlynnemorrison2023-07-281-0/+6
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-15/+1
* build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-261-2/+0
* *: Create and use infrastructure to show debugs in libDonald Sharp2022-10-071-0/+2
* BFDD: Add RTT to BFD IPV4 Echo packet processinglynnemorrison2022-08-021-0/+41
* bfdd: remove "local_address" of bfd sessionewlumpkin2022-05-021-15/+6
* bfdd: Clean up some white space snafu'sDonald Sharp2022-01-081-2/+2
* bfdd: Convert vty_out to vty_json for JSONDonatas Abraitis2021-11-251-10/+5
* bfdd: fix coverity warningsIgor Ryzhov2021-11-101-1/+4
* bfdd: separate echo rx/tx timersIgor Ryzhov2021-03-161-9/+23
* bfdd: make sessions administratively up by defaultIgor Ryzhov2021-03-141-1/+1
* bfdd: distributed BFD show commandsRafael Zalamena2020-11-241-0/+21
* bfdd: distributed BFD debugging knobRafael Zalamena2020-11-241-0/+21
* bfdd: fix crash on show bfd peers counters jsonEmanuele Bovisio2020-11-061-1/+1
* bfdd: implement minimum TTLRafael Zalamena2020-08-121-0/+4
* bfdd: implement passive modeRafael Zalamena2020-08-111-0/+6
* *: remove PRI[udx](8|16|32)David Lamparter2020-07-141-8/+8
* Merge pull request #6301 from pguibert6WIND/bfd_debug_showRafael Zalamena2020-04-271-3/+6
|\
| * bfdd: display debugging status of bfdPhilippe Guibert2020-04-271-3/+6
* | *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-161-0/+2
* | *: move CLI parent data to cmd_node->parent_nodeDavid Lamparter2020-04-161-0/+2
* | *: remove second parameter on install_node()David Lamparter2020-04-161-2/+4
* | *: remove cmd_node->vtyshDavid Lamparter2020-04-161-2/+0
* | *: clean up cmd_node initializersDavid Lamparter2020-04-161-6/+6
|/
* bfdd: add debug fine tuning capabilitiesRafael Zalamena2020-04-141-0/+62
* bfdd: use standard log macrosRafael Zalamena2020-04-101-2/+2
* bfdd: remove BFD_*_FLAG macrosRafael Zalamena2020-04-091-4/+4
* *: Use short version of bool expressionsDonatas Abraitis2020-03-041-1/+1
* *: change hash_backet to hash_bucketDonald Sharp2020-02-281-1/+1
* Revert "*: change hash_backet to hash_bucket"Jafar Al-Gharaibeh2020-02-271-1/+1
* *: change hash_backet to hash_bucketDonald Sharp2020-02-271-1/+1
* bfdd: Json fields for multiplierSumitAgarwal1232019-12-041-7/+14
* bfdd: Adding new CLI, show bfd peers briefSumitAgarwal1232019-12-041-1/+91
* bfdd: Adding new cli, clear bfd countersSumitAgarwal1232019-12-041-0/+40
* bfdd: Adding new fields to display show bfd peerSumitAgarwal1232019-12-041-0/+6
* *: remove redundant brackets in commandsIgor Ryzhov2019-10-081-4/+4
* *: fix missing VRF autocompletionsIgor Ryzhov2019-09-241-4/+4
* bfdd: if no vrfname is passed, use default vrf namePhilippe Guibert2019-08-271-0/+3
* bfdd: convert `bfd` command to northboundRafael Zalamena2019-06-251-10/+0
* bfdd: authorise multihop and interface settingPhilippe Guibert2019-06-221-6/+0
* bfdd: implement write_config using northboundRafael Zalamena2019-06-221-77/+16
* bfdd: migrate session commands to northboundRafael Zalamena2019-06-221-262/+2
* bfdd: remove the label commandRafael Zalamena2019-06-221-22/+0
* bfdd: show bfd [vrf NAME] peer command changePhilippe Guibert2019-05-071-6/+5
* bfdd: add show bfd [vrf NAME] counters commandPhilippe Guibert2019-05-071-7/+41
* bfdd: add show bfd [vrf NAME] peers commandPhilippe Guibert2019-05-071-8/+48
* bfdd: permit to configure both iface and vrfPhilippe Guibert2019-05-071-5/+0
* bfdd: remove the constraint of bfd vrf and multihopPhilippe Guibert2019-05-071-5/+1
* bfdd: move bfd_ses_[xx] to bfd_sess_[xx] like other routinesPhilippe Guibert2019-05-071-1/+1
* bfdd: avoid having bfd config inherited from operation contextPhilippe Guibert2019-04-181-0/+9