mirror_frr/bfdd
Igor Ryzhov 17cb53af25 bfdd: fix echo configuration in profile
It's not currently possible to configure echo mode in profile node:
```
(config)# bfd
(config-bfd)# profile test
(config-bfd-profile)# echo-mode
% Echo mode is only available for single hop sessions.
(config-bfd-profile)# echo-interval 20
% Echo mode is only available for single hop sessions.
```

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
2021-03-04 21:17:20 +03:00
..
.gitignore *: cleanup .gitignore files 2018-09-08 21:30:42 +02:00
bfd_packet.c bfdd: Prevent unininited data transmittal 2021-01-30 14:31:47 -05:00
bfd.c bfdd: fix session lookup 2021-02-04 01:22:29 +03:00
bfd.h bfdd: support connecting to BFD data plane 2020-11-24 07:55:07 -03:00
bfdctl.h bfdd: implement minimum TTL 2020-08-11 21:22:39 -03:00
bfdd_cli.c bfdd: fix echo configuration in profile 2021-03-04 21:17:20 +03:00
bfdd_nb_config.c bfdd: forbid creation of the same peer with and without interface name 2021-03-03 23:10:19 +03:00
bfdd_nb_state.c *: change the signature of the northbound callbacks to be more flexible 2020-04-23 10:14:32 -03:00
bfdd_nb.c bfdd: implement minimum TTL 2020-08-11 21:22:39 -03:00
bfdd_nb.h bfdd: implement minimum TTL 2020-08-11 21:22:39 -03:00
bfdd_vty.c bfdd: distributed BFD show commands 2020-11-24 07:54:07 -03:00
bfdd.c bfdd: Remove #if 0 2021-01-28 13:58:34 -05:00
bfdd.conf.sample bfdd: imported new daemon source code 2018-08-08 18:24:53 -03:00
bfddp_packet.h bfdd: import data plane protocol header 2020-11-24 07:54:07 -03:00
config.c bfdd: use standard log macros 2020-04-10 11:06:22 -03:00
control.c * : update signature of thread_cancel api 2020-10-23 08:59:34 -04:00
dplane.c *: fix format string SNAFUs 2021-02-16 00:47:51 +01:00
event.c bfdd: remove time calculation debugs 2020-04-14 09:35:08 -03:00
Makefile bfdd: Add some code so we can compile from w/ in the bfdd dir 2019-02-13 23:23:48 -05:00
ptm_adapter.c bfdd: Prevent use after free ( again ) 2021-02-07 15:03:51 -05:00
subdir.am bfdd: import distributed BFD implementation 2020-11-24 07:54:07 -03:00