Improve Docker and Kubernetes support for KNX (#17095)

This commit is contained in:
plomosits 2021-03-29 10:17:07 +02:00 committed by GitHub
parent 4e11ce3318
commit 8289a016af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,6 +134,11 @@ local_ip:
description: IP address of the local interface. description: IP address of the local interface.
type: string type: string
required: false required: false
route_back:
description: When True the KNXnet/IP Server shall use the IP address and the port number from the IP package received as the target IP address or port number for the response to the KNXnet/IP Client (for NAT / Docker).
type: boolean
default: false
required: false
{% endconfiguration %} {% endconfiguration %}
### Routing ### Routing