We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab7b22 commit eccd6d0Copy full SHA for eccd6d0
device/ipv4.yaml
@@ -16,7 +16,6 @@ components:
16
description: >-
17
The prefix of the IPv4 address.
18
type: integer
19
- format: uint32
20
minimum: 1
21
maximum: 32
22
default: 24
@@ -63,6 +62,12 @@ components:
63
62
name:
64
x-include: '#/components/schemas/Device.Ipv4Base/properties/name'
65
x-field-uid: 5
+ 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
71
Device.Ipv4Loopback:
72
73
An IPv4 Loopback interface.
trafficprofile/trafficprofile.yaml
@@ -1,6 +1,6 @@
1
components:
2
schemas:
3
- TrafficProfile:
+ Trafficprofile:
4
5
A container for L47 traffic configurations.
6
type: object
0 commit comments