diff options
author | 2018-01-13 22:53:37 +0100 | |
---|---|---|
committer | 2018-01-14 20:23:40 +0100 | |
commit | e90ad8ca2c2b633ad13a8d533b555e09fb22f27b (patch) | |
tree | eda7070e1194c93255efbc6591f114c142f2e893 /labs/lf/idf-pod5.yaml | |
parent | 6e219065020ced168c5c842e417e1c7875ddbcb0 (diff) |
[PDF] lf-pod*: Drop 'fixed_ips'
Drop 'fixed_ips', which is a leftover from early net_config
implementation.
To maintain compatibility with the only 'fixed_ips' consumer (Daisy),
add 'address' on the first jumpserver interface to leverage Daisy's
fallback path for determining the gateway.
While at it, add/update copyright headers.
Fixes: c01d68e
Change-Id: I8dc386535a20d64593eccc9abd8ee8d1ef27decf
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'labs/lf/idf-pod5.yaml')
-rw-r--r-- | labs/lf/idf-pod5.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/labs/lf/idf-pod5.yaml b/labs/lf/idf-pod5.yaml index b7d05cfb..59064f3c 100644 --- a/labs/lf/idf-pod5.yaml +++ b/labs/lf/idf-pod5.yaml @@ -1,5 +1,5 @@ ############################################################################## -# Copyright (c) 2017 Enea AB and others. +# Copyright (c) 2018 Linux Foundation, Enea AB and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License, Version 2.0 # which accompanies this distribution, and is available at |