Skip to content

Commit

Permalink
Latest updates
Browse files Browse the repository at this point in the history
updated with count, increment, http methods . control states
  • Loading branch information
waseembaig committed Jun 28, 2024
1 parent 4ab7b22 commit eccd6d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion device/ipv4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ components:
description: >-
The prefix of the IPv4 address.
type: integer
format: uint32
minimum: 1
maximum: 32
default: 24
Expand Down Expand Up @@ -63,6 +62,12 @@ components:
name:
x-include: '#/components/schemas/Device.Ipv4Base/properties/name'
x-field-uid: 5
count:
x-include: '#/components/schemas/Device.Ipv4Base/properties/count'
x-field-uid: 6
step:
x-include: '#/components/schemas/Device.Ipv4Base/properties/step'
x-field-uid: 7
Device.Ipv4Loopback:
description: >-
An IPv4 Loopback interface.
Expand Down
2 changes: 1 addition & 1 deletion trafficprofile/trafficprofile.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
components:
schemas:
TrafficProfile:
Trafficprofile:
description: >-
A container for L47 traffic configurations.
type: object
Expand Down

0 comments on commit eccd6d0

Please sign in to comment.