From 1b99eecb66ca65f8254d4160b2bba9dbb8e98d2a Mon Sep 17 00:00:00 2001 From: Joe Abdo Date: Thu, 5 Oct 2023 15:56:04 -0400 Subject: [PATCH] Adding missing documentation parameters --- pkgs/sdk-pkg/src/genie/libs/sdk/apis/iosxe/dhcp/configure.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/sdk-pkg/src/genie/libs/sdk/apis/iosxe/dhcp/configure.py b/pkgs/sdk-pkg/src/genie/libs/sdk/apis/iosxe/dhcp/configure.py index ae20912f6..dd29f52c3 100644 --- a/pkgs/sdk-pkg/src/genie/libs/sdk/apis/iosxe/dhcp/configure.py +++ b/pkgs/sdk-pkg/src/genie/libs/sdk/apis/iosxe/dhcp/configure.py @@ -18,6 +18,9 @@ def create_dhcp_pool( network ('str'): IP of the network pool mask ('str'): Subnet mask of the network pool router_id ('str'): Default router ID + lease_days ('str'): Number of days for the lease + lease_hrs ('str'): Number of hours for the lease + lease_mins ('str'): Number of minutes for the lease Returns: None Raises: