TSG-13912 支持对第三方设备健康检查

bfdd程序重启后, 支持将配置重新下发给bfdd程序
This commit is contained in:
wangmenglan
2023-02-27 14:30:37 +08:00
parent b8ff81e19a
commit 2b75a01146
3 changed files with 46 additions and 8 deletions

View File

@@ -14,6 +14,8 @@ struct bfd_vtysh_client {
// exec after connect server
int (*pre_config)(struct bfd_vtysh_client *);
// recover config after connect server
int (*recover_config)(struct bfd_vtysh_client *);
};
int bfd_vtysh_connect(struct bfd_vtysh_client *client);