Skip to content

Commit

Permalink
merge master into cpdp-convergence
Browse files Browse the repository at this point in the history
  • Loading branch information
indraniBh committed Nov 7, 2024
2 parents 1253c6f + b021ca6 commit 1088e9f
Show file tree
Hide file tree
Showing 8 changed files with 240 additions and 43 deletions.
2 changes: 1 addition & 1 deletion api/info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ info:
Contributions can be made in the following ways:
- [open an issue](https://github.com/open-traffic-generator/models/issues) in the models repository
- [fork the models repository](https://github.com/open-traffic-generator/models) and submit a PR
version: 1.14.0
version: 1.16.0
contact:
url: https://github.com/open-traffic-generator/models
license:
Expand Down
14 changes: 12 additions & 2 deletions artifacts/openapi.html

Large diffs are not rendered by default.

88 changes: 74 additions & 14 deletions artifacts/openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

96 changes: 84 additions & 12 deletions artifacts/otg.proto

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions device/device.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ components:
x-field-uid: 1
Device:
description: >-
A container for emulated interfaces, loopback interfaces and protocol configurations.
A container for emulated or simulated interfaces, loopback interfaces and protocol configurations.
type: object
properties:
ethernets:
description: >-
Ethernet configuration for one or more emulated network interfaces.
Ethernet configuration for one or more emulated or simulated network interfaces.
type: array
items:
$ref: './ethernet.yaml#/components/schemas/Device.Ethernet'
Expand Down
Loading

0 comments on commit 1088e9f

Please sign in to comment.