Working with OVS
[vpnservice.git] / interfacemgr / interfacemgr-impl / src / main / yang / interfacemgr-impl.yang
index d53803fabbf67103e26bc31971b7184c9aa52728..1c8851d2de73f1ae863ef4010bc69214ca3433cb 100644 (file)
@@ -32,6 +32,14 @@ module interfacemgr-impl {
                     }
                 }
             }
+            container rpc-registry {
+                uses config:service-ref {
+                    refine type {
+                        mandatory true;
+                        config:required-identity md-sal-binding:binding-rpc-registry;
+                    }
+                }
+            }
         }
     }
-}
\ No newline at end of file
+}