Files
ols-ucentral-schema/schema/service.data-plane.yml
John Crispin 514dd95e7a schema: add missing schema/service.data-plane.yml
Signed-off-by: John Crispin <john@phrozen.org>
2021-07-26 08:00:06 +02:00

22 lines
561 B
YAML

description:
This section can be used to define eBPF and cBPF blobs that shall be
loaded for virtual data-planes and SDN.
type: object
properties:
ingress-filters:
description:
A list of programs that can be loaded as ingress filters on interfaces.
type: array
items:
type: object
properties:
name:
description:
The name of the ingress filter.
type: string
program:
description:
The base64 encoded xBPF.
type: string
format: uc-base64