From 325545c3663682ed60059866f6627200c0a589d7 Mon Sep 17 00:00:00 2001 From: Bryce Date: Wed, 24 Jun 2026 06:38:00 -0700 Subject: [PATCH] update interface to required in networkRouteConfig --- .../schemas/containers/config/network/NetworkRouteConfig.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/components/schemas/containers/config/network/NetworkRouteConfig.yml b/components/schemas/containers/config/network/NetworkRouteConfig.yml index 680b08d4..6c885ef2 100644 --- a/components/schemas/containers/config/network/NetworkRouteConfig.yml +++ b/components/schemas/containers/config/network/NetworkRouteConfig.yml @@ -6,6 +6,7 @@ required: - source - ensure_source_exists - gateway + - interface properties: destination: description: The destination network, in CIDR notation, that this route matches.