You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I proposed to replace the current function's documentation with the following:
defcreate_dhcp_pool(
device, pool_name, network, mask, router_id,lease_days,lease_hrs,lease_mins
):
""" Create DHCP pool Args: device ('obj'): device to use pool_name ('str'): name of the pool to be created 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: SubCommandFailure: Failed creating dhcp pool """
I assume the pubhub documentation is generated from the python function documentation.
The text was updated successfully, but these errors were encountered:
As your PR has been merged, the changes will reflect next new version. Hence closing this ticket
In the future after the changes has been reflected, if you still face the issue we can reopen this ticket.
genielibs/pkgs/sdk-pkg/src/genie/libs/sdk/apis/iosxe/dhcp/configure.py
Lines 11 to 25 in 2555acd
In the pubhub documentation for create_dhcp_pool the lease parameters are missing.
I proposed to replace the current function's documentation with the following:
I assume the pubhub documentation is generated from the python function documentation.
The text was updated successfully, but these errors were encountered: