Updating spec and yang based on QBGP apis
[netvirt.git] / model-bgp / src / main / yang / ebgp.yang
index abae3418c9d94de4fed4a1feeb09437cc60dad55..26cfeff4505890fc30a658731d5be96e6266d8f1 100644 (file)
@@ -404,23 +404,19 @@ module ebgp {
        }
   } //vrfMaxpaths
 
-  container bfd {
-      leaf bfd-enabled {
-          description  "is BFD enabled";
-          type         boolean;
-          default      false;
+  container dcgw-tep-list {
+      list dcgw-tep {
+          key          "dc-gw-ip";
+          description  "mapping: DC-Gwy ip <> TEP ip";
+
+          leaf dc-gw-ip {
+              type string;
+          }
+          leaf-list tep-ips {
+              type string;
+          }
       }
   }
 
-  list tep-dcgw {
-      key          "dc-gw-ip";
-      description  "mapping: DC-Gwy ip <> TEP ip";
-      leaf dc-gw-ip {
-           type string;
-      }
-      leaf-list tep-ip {
-          type string;
-      }
-  }
  } // bgp
 }