summaryrefslogtreecommitdiff
path: root/bfdd/bfdd_vty.c
AgeCommit message (Expand)Author
2023-07-28bfdd: add additional parameters to json commandlynnemorrison
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-10-26build, vtysh: extract vtysh commands from .xrefDavid Lamparter
2022-10-07*: Create and use infrastructure to show debugs in libDonald Sharp
2022-08-02BFDD: Add RTT to BFD IPV4 Echo packet processinglynnemorrison
2022-05-02bfdd: remove "local_address" of bfd sessionewlumpkin
2022-01-08bfdd: Clean up some white space snafu'sDonald Sharp
2021-11-25bfdd: Convert vty_out to vty_json for JSONDonatas Abraitis
2021-11-10bfdd: fix coverity warningsIgor Ryzhov
2021-03-16bfdd: separate echo rx/tx timersIgor Ryzhov
2021-03-15bfdd: make sessions administratively up by defaultIgor Ryzhov
2020-11-24bfdd: distributed BFD show commandsRafael Zalamena
2020-11-24bfdd: distributed BFD debugging knobRafael Zalamena
2020-11-06bfdd: fix crash on show bfd peers counters jsonEmanuele Bovisio
2020-08-11bfdd: implement minimum TTLRafael Zalamena
2020-08-11bfdd: implement passive modeRafael Zalamena
2020-07-14*: remove PRI[udx](8|16|32)David Lamparter
2020-04-27Merge pull request #6301 from pguibert6WIND/bfd_debug_showRafael Zalamena
2020-04-27bfdd: display debugging status of bfdPhilippe Guibert
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
2020-04-14bfdd: add debug fine tuning capabilitiesRafael Zalamena
2020-04-10bfdd: use standard log macrosRafael Zalamena
2020-04-09bfdd: remove BFD_*_FLAG macrosRafael Zalamena
2020-03-04*: Use short version of bool expressionsDonatas Abraitis
2020-02-28*: change hash_backet to hash_bucketDonald Sharp
2020-02-27Revert "*: change hash_backet to hash_bucket"Jafar Al-Gharaibeh
2020-02-26*: change hash_backet to hash_bucketDonald Sharp
2019-12-03bfdd: Json fields for multiplierSumitAgarwal123
2019-12-03bfdd: Adding new CLI, show bfd peers briefSumitAgarwal123
2019-12-03bfdd: Adding new cli, clear bfd countersSumitAgarwal123
2019-12-03bfdd: Adding new fields to display show bfd peerSumitAgarwal123
2019-10-08*: remove redundant brackets in commandsIgor Ryzhov
2019-09-24*: fix missing VRF autocompletionsIgor Ryzhov
2019-08-27bfdd: if no vrfname is passed, use default vrf namePhilippe Guibert
2019-06-25bfdd: convert `bfd` command to northboundRafael Zalamena
2019-06-22bfdd: authorise multihop and interface settingPhilippe Guibert
2019-06-22bfdd: implement write_config using northboundRafael Zalamena
2019-06-22bfdd: migrate session commands to northboundRafael Zalamena
2019-06-22bfdd: remove the label commandRafael Zalamena
2019-05-07bfdd: show bfd [vrf NAME] peer command changePhilippe Guibert
2019-05-07bfdd: add show bfd [vrf NAME] counters commandPhilippe Guibert
2019-05-07bfdd: add show bfd [vrf NAME] peers commandPhilippe Guibert
2019-05-07bfdd: permit to configure both iface and vrfPhilippe Guibert
2019-05-07bfdd: remove the constraint of bfd vrf and multihopPhilippe Guibert
2019-05-07bfdd: move bfd_ses_[xx] to bfd_sess_[xx] like other routinesPhilippe Guibert
2019-04-18bfdd: avoid having bfd config inherited from operation contextPhilippe Guibert