]> git.proxmox.com Git - mirror_frr.git/blobdiff - yang/frr-bgp-neighbor.yang
Merge pull request #12798 from donaldsharp/rib_match_multicast
[mirror_frr.git] / yang / frr-bgp-neighbor.yang
index a4b50b156b14913dd810c6b119957eafad0862ab..5a4c37974f40565c46ef12639a2a2dced0da5557 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: BSD-2-Clause
 submodule frr-bgp-neighbor {
   yang-version 1.1;
 
@@ -5,8 +6,9 @@ submodule frr-bgp-neighbor {
     prefix "bgp";
   }
 
-  include frr-bgp-common-structure;
-  include frr-bgp-common-multiprotocol;
+  include "frr-bgp-common-multiprotocol";
+
+  include "frr-bgp-common-structure";
 
   organization
     "FRRouting";
@@ -93,8 +95,6 @@ submodule frr-bgp-neighbor {
         "Don't send open messages to this neighbor.";
     }
 
-    uses structure-neighbor-group-capability-options;
-
     uses neighbor-update-source;
 
     uses structure-neighbor-group-ebgp-multihop;