stratum / fabric-tna

The SD-Fabric data plane
https://docs.sd-fabric.org/
31 stars 15 forks source link

Does ONOS2.2.8 support this repo? #521

Closed xfyan0408 closed 2 years ago

xfyan0408 commented 2 years ago

I use the ONOS2.2.8 to push the old version of fabric-onos-app , but the stratum-master branch returns the following errors:

Failed to set forwarding pipeline config for node 86: Unknown format for p4_device_config.
E20220516 11:14:47.789997    53 bf_pipeline_utils.cc:42] StratumErrorSpace::ERR_INVALID_PARAM: Unknown format for p4_device_config.

I have some funtions in onos that are hard to migrate, I wonder that if it is possible to support the new format p4_device_config in ONOS2.2.8, and if it is impossible, could I change some code in onos2.2.8 to support new format p4_device_config based message.

Thank you!