FIBManager - convert fib entries to openflow rules
[vpnservice.git] / fibmanager / fibmanager-impl / src / main / yang / fibmanager-impl.yang
index a9321ae359d75048a28ca43bb90853164e3a0162..b4bee70b79c4f4c1e5b4ad258d3728f447b65f8f 100644 (file)
@@ -5,6 +5,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;}
 
     description
         "Service definition for fibmanager project";
@@ -30,6 +31,14 @@ module fibmanager-impl {
                     }
                 }
             }
+            container mdsalutil {
+                uses config:service-ref {
+                    refine type {
+                        mandatory true;
+                        config:required-identity odl-mdsal:odl-mdsalutil;
+                    }
+                }
+            }
         }
     }
 }