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.
I use the ONOS2.2.8 to push the old version of fabric-onos-app , but the stratum-master branch returns the following errors:
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 formatp4_device_config
based message.Thank you!