mirror of
https://github.com/Telecominfraproject/ols-ucentral-schema.git
synced 2025-10-29 09:12:20 +00:00
20 lines
446 B
YAML
20 lines
446 B
YAML
description:
|
|
DHCP snooping allows us to intercept DHCP packages on interface that are
|
|
bridged, where DHCP is not offered as a service by the AP.
|
|
type: object
|
|
properties:
|
|
filters:
|
|
description:
|
|
A list of the message types that shall be sent to the backend.
|
|
type: array
|
|
items:
|
|
type: string
|
|
enum:
|
|
- ack
|
|
- discover
|
|
- offer
|
|
- request
|
|
- solicit
|
|
- reply
|
|
- renew
|