Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Add DefaultRoute parameter to ports/noop.yaml
Browse files Browse the repository at this point in the history
With change I20d48b3a29193dbcb70ec5cb13daf153bb0aeff2
we need to define the DefaultRoute parameter in the
noop.yaml port template.

Change-Id: I0df6116e41e5c9932ec5876dbde409f6fdd5de13
  • Loading branch information
hjensas committed Apr 14, 2021
1 parent 62deb3d commit b4b2bc5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions network/ports/noop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b4b2bc5

Please sign in to comment.