]> git.proxmox.com Git - mirror_frr.git/blobdiff - yang/frr-bgp-common-structure.yang
Merge pull request #12798 from donaldsharp/rib_match_multicast
[mirror_frr.git] / yang / frr-bgp-common-structure.yang
index 2ad22a143539fe7326d4807d8cf613c00eb8c30f..81683e899d1927c617dacd6914da42b517ff74ac 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: BSD-2-Clause
 submodule frr-bgp-common-structure {
   yang-version 1.1;
 
@@ -25,6 +26,8 @@ submodule frr-bgp-common-structure {
     prefix frr-bt;
   }
 
+  include "frr-bgp-common";
+
   organization
     "FRRouting";
   contact
@@ -157,7 +160,7 @@ submodule frr-bgp-common-structure {
         type uint16 {
           range "50..60000";
         }
-        units "miliseconds";
+        units "milliseconds";
         default "300";
         description
           "Required min receive interval.";
@@ -168,7 +171,7 @@ submodule frr-bgp-common-structure {
         type uint16 {
           range "50..60000";
         }
-        units "miliseconds";
+        units "milliseconds";
         default "300";
         description
           "Desired min transmit interval.";