Support for SDX-L2 intents in Corsa Pipeline.
Changes:
- Add VlanQuery behavior to Corsa driver;
Workaround for ONOS-4924
Change-Id: Ib754ead0b752b96968f723d668703ede84820f6e
diff --git a/drivers/corsa/BUCK b/drivers/corsa/BUCK
index 73a2549..f2f30d7 100644
--- a/drivers/corsa/BUCK
+++ b/drivers/corsa/BUCK
@@ -1,6 +1,7 @@
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//lib:openflowj',
+ '//drivers/default:onos-drivers-default',
'//drivers/utilities:onos-drivers-utilities',
'//protocols/openflow/api:onos-protocols-openflow-api',
]