mirror of
				https://github.com/Telecominfraproject/ols-ucentral-schema.git
				synced 2025-10-30 17:47:59 +00:00 
			
		
		
		
	ols-550 correcting the intendation for dhcp-snoop-port
This commit is contained in:
		| @@ -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 network’s 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 network’s 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 | ||||||
		Reference in New Issue
	
	Block a user
	 Binny
					Binny