Merge "Table Miss Entries for FIB"
[vpnservice.git] / fibmanager / fibmanager-impl / src / main / yang / fibmanager-impl.yang
index b4bee70b79c4f4c1e5b4ad258d3728f447b65f8f..42e0a05a300d491fde1f96cbf629a8dde742da32 100644 (file)
@@ -6,6 +6,7 @@ module fibmanager-impl {
     import config { prefix config; revision-date 2013-04-05; }
     import opendaylight-md-sal-binding { prefix md-sal-binding; revision-date 2013-10-28;}
     import odl-mdsalutil { prefix odl-mdsal; revision-date 2015-04-10;}
+    import vpnmanager-api { prefix odl-vpn; revision-date 2015-05-08;}
 
     description
         "Service definition for fibmanager project";
@@ -39,6 +40,14 @@ module fibmanager-impl {
                     }
                 }
             }
+            container vpnmanager {
+                uses config:service-ref {
+                    refine type {
+                        mandatory true;
+                        config:required-identity odl-vpn:vpnmanager-api;
+                    }
+                }
+            }
         }
     }
 }