]> git.puffer.fish Git - mirror/frr.git/commit
bfdd: fix echo configuration in profile 8191/head
authorIgor Ryzhov <iryzhov@nfware.com>
Thu, 4 Mar 2021 18:17:20 +0000 (21:17 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Thu, 4 Mar 2021 18:17:20 +0000 (21:17 +0300)
commit17cb53af259d9916899820196c8da68f40746657
tree09f1d3fa6412488149304717fb8a50447e0225c8
parent632f36100c2d36e17446f384e430e8eecfa03d6e
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>
bfdd/bfdd_cli.c