Skip to content

Commit

Permalink
- fixed broken Netiron template
Browse files Browse the repository at this point in the history
  • Loading branch information
ipcjk committed Nov 2, 2018
1 parent 9bd0233 commit e397a19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/brocade/netiron/router.tt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ router bgp
{{ if .Unconfigured }}no neighbor {{.Ipv4Addr}} remote-as {{ .ASN }}{{ else }}
neighbor {{.Ipv4Addr}} remote-as {{ .ASN }}{{if .GroupEnabled }}
neighbor {{.Ipv4Addr}} peer-group {{.Group}}{{- end}}
prefixes,remote-as {{ .ASN }},{{.InfoPrefixes4}},{{.InfoPrefixes6}}
address-family ipv4 unicast
{{if ne .Password4 ""}}
neighbor {{.Ipv4Addr}} password {{.Password4}}
Expand Down

0 comments on commit e397a19

Please sign in to comment.