Skip to content

Commit

Permalink
review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SouravSinhaRoy committed Aug 28, 2024
1 parent 17c4166 commit 3f3e7c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions result/dhcpv6interface.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ components:
The name of a DHCPv6 Client.
type: string
x-field-uid: 1
iapds:
iapd_addresses:
description: >-
The IPv6 IAPD addresses and prefixes associated with this DHCP Client session.
type: array
items:
$ref: '#/components/schemas/Dhcpv6Interface.Iapd'
x-field-uid: 2
ias:
ia_addresses:
description: >-
The IPv6 IA addresses and gateways associated with this DHCP Client session.
The IPv6 IATA?IANA addresses and gateways associated with this DHCP Client session.
type: array
items:
$ref: '#/components/schemas/Dhcpv6Interface.Ia'
Expand Down Expand Up @@ -80,7 +80,7 @@ components:

Dhcpv6Interface.Ia:
description: >-
The IPv6 IA address and gateway associated with this DHCP Client session.
The IPv6 IATA/IANA address and gateway associated with this DHCP Client session.
type: object
properties:
address:
Expand Down

0 comments on commit 3f3e7c5

Please sign in to comment.