From 2d6292a2ba704c259ea84572550b637fd2cedf03 Mon Sep 17 00:00:00 2001 From: Sourav Sinha-Roy Date: Fri, 13 Dec 2024 09:22:56 +0530 Subject: [PATCH 1/6] iapd default change for configured prefix len --- device/dhcp/servers/v6/dhcpv6server.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/device/dhcp/servers/v6/dhcpv6server.yaml b/device/dhcp/servers/v6/dhcpv6server.yaml index e51f5152..2637ab94 100644 --- a/device/dhcp/servers/v6/dhcpv6server.yaml +++ b/device/dhcp/servers/v6/dhcpv6server.yaml @@ -171,10 +171,10 @@ components: configured_prefix_len: description: >- The IPv6 network prefix length is used for incrementing the lease address within the lease pool where multiple - addresses are configured by using the size field. The address is incremented using the configured Prefix Length and Step. + addresses are configured by using the size field. The address is incremented using the configured_prefix_len and prefix_step. type: integer format: uint32 - default: 64 + default: 128 maximum: 128 x-field-uid: 2 prefix_size: @@ -189,8 +189,7 @@ components: prefix_step: description: >- The increment value for the lease address within the lease pool where multiple - addresses are present. The value is incremented according to the Prefix - Length and Step. + addresses are present. The value is incremented according to the configured_prefix_len and prefix_step. type: integer format: uint32 default: 1 From 0511135b9a6a4b951f87f9e918226812bed8ece0 Mon Sep 17 00:00:00 2001 From: Github Actions Bot Date: Fri, 13 Dec 2024 03:55:34 +0000 Subject: [PATCH 2/6] Update auto generated content --- artifacts/openapi.html | 2 +- artifacts/openapi.yaml | 8 ++++---- artifacts/otg.proto | 7 ++++--- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/artifacts/openapi.html b/artifacts/openapi.html index 1332e8a7..8c2bfcab 100644 --- a/artifacts/openapi.html +++ b/artifacts/openapi.html @@ -616,7 +616,7 @@

Response samples

Content type
application/json
{
  • "api_spec_version": "",
  • "sdk_version": "",
  • "app_version": ""
}