ols-550 correcting the intendation for dhcp-snoop-port

This commit is contained in:
Binny
2025-01-28 17:13:58 +00:00
parent 77b79d1007
commit e1a110bc7f

View File

@@ -431,20 +431,20 @@ properties:
description: Enable or configure security filtering for VoIP traffic on the interface to protect against unauthorized devices. description: Enable or configure security filtering for VoIP traffic on the interface to protect against unauthorized devices.
type: boolean type: boolean
default: false default: false
dhcp-snoop-port: dhcp-snoop-port:
description: Configuration for DHCP Snooping on a port level on a switch description: Configuration for DHCP Snooping on a port level on a switch
type: object type: object
properties: properties:
dhcp-snoop-port-trust: dhcp-snoop-port-trust:
description: This parameter designates a switch port as trusted for DHCP messages, meaning it can forward DHCP offers and acknowledgments, which is essential for connecting to legitimate DHCP servers description: This parameter designates a switch port as trusted for DHCP messages, meaning it can forward DHCP offers and acknowledgments, which is essential for connecting to legitimate DHCP servers
type: boolean type: boolean
default: false default: false
dhcp-snoop-port-client-limit: dhcp-snoop-port-client-limit:
description: It sets a limit on the number of DHCP clients that can be associated with a single port, helping to prevent a single port from exhausting the networks IP address pool description: It sets a limit on the number of DHCP clients that can be associated with a single port, helping to prevent a single port from exhausting the networks IP address pool
type: integer type: integer
minimum: 1 minimum: 1
dhcp-snoop-port-circuit-id: dhcp-snoop-port-circuit-id:
description: Specifies DHCP Option 82 circuit ID suboption information. Often including information like the interface number and VLAN ID, this can be useful for network management and troubleshooting description: Specifies DHCP Option 82 circuit ID suboption information. Often including information like the interface number and VLAN ID, this can be useful for network management and troubleshooting
type: string type: string
minLength: 1 minLength: 1
maxLength: 32 maxLength: 32