Bug 6530 - ApplicationPeer's CSS configuration not visible in OpenConfig BGP
[bgpcep.git] / bgp / openconfig-api / src / main / yang / bgp-openconfig-extensions.yang
index c767c5ef831047ed81201f597b5846917e9f7660..4207ee6c55f247190e3ca9e729cb0026310061e0 100644 (file)
@@ -87,6 +87,12 @@ module bgp-openconfig-extensions {
             augment bgp/neighbors/neighbor/transport/config {
                 uses transport-config;
             }
+            augment bgp/neighbors/neighbor/config {
+                description
+                    "Augmentation to allow association of a neighbor with a
+                     peer-group";
+                uses openconfig-bgp:bgp-neighbor-peer-group_config;
+            }
         }
     }