summaryrefslogtreecommitdiffstats
path: root/xci/playbooks/roles/bootstrap-host/templates/osa/suse.routes.j2
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2018-05-17 11:08:00 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-05-17 11:08:00 +0000
commitb11d1cbd52e5ad34ee2e8c0db23c38286f31abf6 (patch)
treef3b7e5d522c9ae68ef205e3fd2bf075e9921226b /xci/playbooks/roles/bootstrap-host/templates/osa/suse.routes.j2
parent299d438ffbbb164d702f6cd525dc7fd74ea58f30 (diff)
parent1230e9c0fd38c8e9da3f65a245f737e99c122829 (diff)
Merge "xci: bootstrap-host: Fetch netmask information from IDF"
Diffstat (limited to 'xci/playbooks/roles/bootstrap-host/templates/osa/suse.routes.j2')
-rw-r--r--xci/playbooks/roles/bootstrap-host/templates/osa/suse.routes.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/xci/playbooks/roles/bootstrap-host/templates/osa/suse.routes.j2 b/xci/playbooks/roles/bootstrap-host/templates/osa/suse.routes.j2
index 7c868447..93941fad 100644
--- a/xci/playbooks/roles/bootstrap-host/templates/osa/suse.routes.j2
+++ b/xci/playbooks/roles/bootstrap-host/templates/osa/suse.routes.j2
@@ -1 +1 @@
-{{ item.route }} {{ item.gateway }}
+{{ item.route }} {{ item.gateway | ipaddr('address') }}