Adjust Implementation to support the IOAM Template Option format #1

Open
ramon wants to merge 3 commits from implement-ioam-template-option into main
Owner

I adjusted the P4 implementation and export related parameters for IPFIX to support the new format introduced by the IOAM Template Option.

The Aggregation Trace Option for IOAM is now transported as a template within the IOAM template option.

The format to transport the aggregated network telemtry data is now as follows:

  0                   1                   2                   3
  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |        Namespace-ID           |  Template-ID  |    Length     |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 | Flags |           IOAM Data Param             |  Aggregator   |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                           Aggregate                           |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |            Auxil-data Node-ID                 |   Hop Count   |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
I adjusted the P4 implementation and export related parameters for IPFIX to support the new format introduced by the [IOAM Template Option](https://www.ietf.org/archive/id/draft-mbci-ippm-ioam-template-option-01.html). The [Aggregation Trace Option for IOAM](https://www.ietf.org/archive/id/draft-cxx-ippm-ioamaggr-04.html) is now transported as a template within the IOAM template option. The format to transport the aggregated network telemtry data is now as follows: ``` 0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Namespace-ID | Template-ID | Length | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Flags | IOAM Data Param | Aggregator | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Aggregate | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Auxil-data Node-ID | Hop Count | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ ```
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin implement-ioam-template-option:implement-ioam-template-option
git switch implement-ioam-template-option

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff implement-ioam-template-option
git switch implement-ioam-template-option
git rebase main
git switch main
git merge --ff-only implement-ioam-template-option
git switch implement-ioam-template-option
git rebase main
git switch main
git merge --no-ff implement-ioam-template-option
git switch main
git merge --squash implement-ioam-template-option
git switch main
git merge --ff-only implement-ioam-template-option
git switch main
git merge implement-ioam-template-option
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ramon/green-path-optimizer!1
No description provided.