Fix minor bug that drops IPv6 routes 20/3520/1
authorZhe Huang <zhehuang@research.att.com>
Tue, 28 Apr 2020 19:18:47 +0000 (15:18 -0400)
committerZhe Huang <zhehuang@research.att.com>
Tue, 28 Apr 2020 19:18:47 +0000 (15:18 -0400)
Signed-off-by: Zhe Huang <zhehuang@research.att.com>
Change-Id: I052994522710bcccd1cbe9721258d1b13b4a11f3

helm/infrastructure/subcharts/danm-networks/templates/danm.yaml

index d52823e..672b6ec 100644 (file)
@@ -39,7 +39,7 @@ spec:
 {{- if .net6 }}
     net6: {{ .net6 }}
 {{- end }}
-{{- if .routes }}
+{{- if .routes6 }}
     routes6:
 {{- range $subnet, $route := .routes6 }}
       {{ $subnet | quote }}: {{ $route | quote }}