BGP Route policy distribution and flow spec
Change-Id: I8903efd225a24db6ccc85a4a3148a4dd6076e042
diff --git a/drivers/default/BUCK b/drivers/default/BUCK
index f132524..cc06a12 100644
--- a/drivers/default/BUCK
+++ b/drivers/default/BUCK
@@ -4,6 +4,7 @@
'//drivers/utilities:onos-drivers-utilities',
'//protocols/openflow/api:onos-protocols-openflow-api',
'//core/store/serializers:onos-core-serializers',
+ '//apps/bgpflowspec/flowapi:onos-apps-bgpflowspec-flowapi',
]
TEST_DEPS = [
@@ -28,5 +29,6 @@
':onos-drivers-default',
'//lib:openflowj',
'//protocols/openflow/api:onos-protocols-openflow-api',
+ '//apps/bgpflowspec/flowapi:onos-apps-bgpflowspec-flowapi',
]
)