Hi
In file *TutorialTapProvider.java* function *onDataChanged *:
In order to send flows we need to check whether the dataobject retrieved in
onDataChanged function is an instance of Tap.
*if (dataObject instanceof Tap) {*
*programTap* ((Tap)dataObject);
*}*
In my case the dataobject is not an instance of Tap class. How do I make
sure that and call *programTap* function
Regards,
Ayushi
_______________________________________________
openflowplugin-dev mailing list
[email protected]
https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev