summaryrefslogtreecommitdiffstats
path: root/bfdd/bfdd_vty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* bfdd: don't enable sessions without local-addressRafael Zalamena2019-03-121-1/+2
* bfdd: change session lookup data structureRafael Zalamena2019-03-121-53/+52
* *: use proper bool initializers & fix comparisonsQuentin Young2019-02-261-2/+2
* *: Rename backet to bucketTim Bray2019-02-251-10/+10
* bfdd: fix CI warningsRafael Zalamena2019-02-141-2/+1
* bfdd: don't allow VRF for single hop sessionRafael Zalamena2019-02-141-0/+4
* bfdd: implement session interface observerRafael Zalamena2019-02-141-18/+37
* bfdd: refactor session lookupRafael Zalamena2019-02-141-13/+12
* bfdd: simplify timer data structureRafael Zalamena2019-02-141-17/+7
* bfdd: don't poll to make echo/multiplier changesRafael Zalamena2019-02-141-2/+0
* bfdd: deduplicate echo handling codeRafael Zalamena2019-02-141-2/+1
* bfdd: echo-mode doesn't need poll to start/stopRafael Zalamena2019-02-141-1/+1
* bfdd: Add `show debugging [bfd]` commandDonald Sharp2019-02-141-0/+13
* bfdd: do not allow multihop peers without a local-addressRenato Westphal2018-10-201-1/+1
* bfdd zebra: dead code (Coverity 1472624 1473199)F. Aragon2018-09-261-8/+1
* bfdd: remove VxLAN codeRafael Zalamena2018-09-031-18/+1
* bfdd: add new counters and command to show themRafael Zalamena2018-08-151-0/+139
* bfdd: turn repeatable code into functionsRafael Zalamena2018-08-151-41/+69
* bfdd: fix downtime displayRafael Zalamena2018-08-141-2/+2
* bfdd: show single hop local-addressRafael Zalamena2018-08-081-1/+7
* bfdd: smooth configuration transitionRafael Zalamena2018-08-081-0/+16
* bfdd: show the correct transmission speedRafael Zalamena2018-08-081-3/+8
* bfdd: add vty shell commandsRafael Zalamena2018-08-081-0/+843