]> git.proxmox.com Git - mirror_frr.git/blobdiff - bfdd/bfdctl.h
Merge pull request #5721 from mjstapp/vty_copy_to_runn
[mirror_frr.git] / bfdd / bfdctl.h
index 940efd161447bbcb46fb46c83d1795478934e88f..4ce23a8f2746a281972dc287e98dfb8948494a2f 100644 (file)
@@ -66,9 +66,6 @@ struct bfd_peer_cfg {
        bool bpc_has_label;
        char bpc_label[MAXNAMELEN];
 
-       bool bpc_has_vxlan;
-       unsigned int bpc_vxlan;
-
        bool bpc_has_localif;
        char bpc_localif[MAXNAMELEN + 1];
 
@@ -91,6 +88,8 @@ struct bfd_peer_cfg {
        bool bpc_createonly;
        bool bpc_shutdown;
 
+       bool bpc_cbit;
+
        /* Status information */
        enum bfd_peer_status bpc_bps;
        uint32_t bpc_id;