Skip to content

Commit eccd6d0

Browse files
committed
Latest updates
updated with count, increment, http methods . control states
1 parent 4ab7b22 commit eccd6d0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

device/ipv4.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ components:
1616
description: >-
1717
The prefix of the IPv4 address.
1818
type: integer
19-
format: uint32
2019
minimum: 1
2120
maximum: 32
2221
default: 24
@@ -63,6 +62,12 @@ components:
6362
name:
6463
x-include: '#/components/schemas/Device.Ipv4Base/properties/name'
6564
x-field-uid: 5
65+
count:
66+
x-include: '#/components/schemas/Device.Ipv4Base/properties/count'
67+
x-field-uid: 6
68+
step:
69+
x-include: '#/components/schemas/Device.Ipv4Base/properties/step'
70+
x-field-uid: 7
6671
Device.Ipv4Loopback:
6772
description: >-
6873
An IPv4 Loopback interface.

trafficprofile/trafficprofile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
components:
22
schemas:
3-
TrafficProfile:
3+
Trafficprofile:
44
description: >-
55
A container for L47 traffic configurations.
66
type: object

0 commit comments

Comments
 (0)