commit | cb0a49c9936f950dd410fadac6e2e7936b496184 | [log] [tgz] |
---|---|---|
author | Carmelo Cascone <carmelo@opennetworking.org> | Tue Oct 03 14:32:23 2017 +0200 |
committer | Carmelo Cascone <carmelo@opennetworking.org> | Tue Oct 03 16:40:27 2017 +0200 |
tree | c2e13d237e48817756f3b3e0471fd914bca05ac0 | |
parent | 87b9b398fade2e49a3dfb18950049b4e0f477209 [diff] |
ONOS-7078 Fixed inconsistencies when encoding/decoding P4Runtime msgs Now P4InfoBrowser permits looking up entities by name only, not alias. Applications should use names as defined in the P4Info when creating PI IDs (e.g. PiCounterId). However, to avoid breaking support with BMv2-based pipeline models, when referring to header fields in tables, i.e. match fields, application should drop any scope identifier from field names, e.g. "hdr.ethernet.src_addr" should be referred by applications as "ethernet.src_addr". Such inconsistency will be fixed with ONOS-7066. Change-Id: I4d6dceadd233a293b845dba84e62a49680ac930b
ONOS is a new SDN network operating system designed for high availability, performance, scale-out.