From b4b2bc5d7047b6e4ed843af34d3219ba14356c7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harald=20Jens=C3=A5s?= Date: Wed, 14 Apr 2021 18:13:53 +0200 Subject: [PATCH] Add DefaultRoute parameter to ports/noop.yaml With change I20d48b3a29193dbcb70ec5cb13daf153bb0aeff2 we need to define the DefaultRoute parameter in the noop.yaml port template. Change-Id: I0df6116e41e5c9932ec5876dbde409f6fdd5de13 --- network/ports/noop.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/network/ports/noop.yaml b/network/ports/noop.yaml index 8c72a2edf7..305ad94035 100644 --- a/network/ports/noop.yaml +++ b/network/ports/noop.yaml @@ -60,6 +60,11 @@ parameters: IsVirtualIP: # Here for compatibility type: boolean default: false + DefaultRoute: # Here for compatibility + description: > + Whether this interface is used for the default route + type: boolean + default: false outputs: ip_address: