summaryrefslogtreecommitdiffstats
path: root/bfdd/bfdd_cli.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bfdd: add IPv4 BFD Echo support that matches RFClynnemorrison2022-06-271-2/+9
* lib: northbound cli show/cmd functions must not modify data nodesIgor Ryzhov2021-10-131-24/+24
* *: explicitly print "exit" at the end of every node configIgor Ryzhov2021-08-231-0/+2
* bfdd: forbid setting interface for multihop sessionsIgor Ryzhov2021-06-011-8/+27
* bfdd: fix nb cli show with defaultsIgor Ryzhov2021-04-121-63/+21
* bfdd: fix profiles autocompletionIgor Ryzhov2021-04-011-1/+1
* Merge pull request #8225 from idryzhov/bfd-echo-modeRafael Zalamena2021-03-171-0/+4
|\
| * bfdd: warn users about echo-mode restrictionsIgor Ryzhov2021-03-161-0/+4
* | bfdd: separate echo rx/tx timersIgor Ryzhov2021-03-161-7/+93
|/
* bfdd: make sessions administratively up by defaultIgor Ryzhov2021-03-141-1/+1
* bfdd: fix echo configuration in profileIgor Ryzhov2021-03-041-2/+8
* bfdd: require local-address when using multihopIgor Ryzhov2021-03-031-2/+6
* bfdd: session specific command type checksRafael Zalamena2020-12-011-0/+20
* bfdd: use * as a placeholder for an empty interface name in northboundIgor Ryzhov2020-09-241-3/+3
* bfdd: fix parameter lengthIgor Ryzhov2020-08-241-2/+2
* bfdd: implement minimum TTLRafael Zalamena2020-08-121-0/+51
* bfdd: implement passive modeRafael Zalamena2020-08-111-0/+28
* *: introduce DEFPY_YANG & friendsRenato Westphal2020-08-031-19/+19
* *: remove PRI[udx](8|16|32)David Lamparter2020-07-141-3/+3
* bfdd: implement BFD session configuration profilesRafael Zalamena2020-05-201-1/+103
* bfdd,lib,vtysh: new command node for BFD profilesRafael Zalamena2020-05-201-0/+34
* bfdd: split northbound callbacks into multiple filesRenato Westphal2019-10-301-0/+1
* bfdd: keep source information for single hopRafael Zalamena2019-07-091-1/+7
* bfdd: convert `bfd` command to northboundRafael Zalamena2019-06-251-1/+17
* bfdd: fix compilation warnings on OmniOSRafael Zalamena2019-06-241-0/+2
* bfdd: add not '\n' to shutdown help stringPhilippe Guibert2019-06-221-1/+1
* bfdd: use microseconds timers in YANGRafael Zalamena2019-06-221-12/+33
* bfdd: support global BFD resetRafael Zalamena2019-06-221-0/+12
* bfdd: implement write_config using northboundRafael Zalamena2019-06-221-0/+123
* bfdd: migrate session commands to northboundRafael Zalamena2019-06-221-0/+232