From e1a110bc7f0ae62782ae751e17cc4fb21a23ee67 Mon Sep 17 00:00:00 2001 From: Binny Date: Tue, 28 Jan 2025 17:13:58 +0000 Subject: [PATCH] ols-550 correcting the intendation for dhcp-snoop-port --- schema/ethernet.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/schema/ethernet.yml b/schema/ethernet.yml index cd0fc5d..21efbb8 100644 --- a/schema/ethernet.yml +++ b/schema/ethernet.yml @@ -431,20 +431,20 @@ properties: description: Enable or configure security filtering for VoIP traffic on the interface to protect against unauthorized devices. type: boolean default: false -dhcp-snoop-port: - description: Configuration for DHCP Snooping on a port level on a switch - type: object - properties: - 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 - type: boolean - default: false - 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 network’s IP address pool - type: integer - minimum: 1 - 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 - type: string - minLength: 1 - maxLength: 32 \ No newline at end of file + dhcp-snoop-port: + description: Configuration for DHCP Snooping on a port level on a switch + type: object + properties: + 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 + type: boolean + default: false + 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 network’s IP address pool + type: integer + minimum: 1 + 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 + type: string + minLength: 1 + maxLength: 32 \ No newline at end of file