Skip to content
Snippets Groups Projects
Commit b4b894a6 authored by S.H.'s avatar S.H.
Browse files

add support for tls to configurationmanagement.go:createNetworkElements()

parent fb499769
No related branches found
No related tags found
1 merge request!1238Resolve "Applying a configuration with tls=true via configurationmanagement is impossible"
Pipeline #263869 failed
This commit is part of merge request !1238. Comments created here will be created in the context of that merge request.
...@@ -313,6 +313,7 @@ func (c ConfigurationManagementServer) createNetworkElements(sdnConfig *loadedSD ...@@ -313,6 +313,7 @@ func (c ConfigurationManagementServer) createNetworkElements(sdnConfig *loadedSD
// TODO: change TransportOption - type is not needed; this should // TODO: change TransportOption - type is not needed; this should
// be removed as soon as we remove the csbi device type // be removed as soon as we remove the csbi device type
Type: spb.Type_TYPE_OPENCONFIG, Type: spb.Type_TYPE_OPENCONFIG,
Tls: inputNetworkElement.TransportTLS,
} }
plugin, err := c.pluginService.RequestPlugin(uuid.MustParse(inputNetworkElement.Plugin)) plugin, err := c.pluginService.RequestPlugin(uuid.MustParse(inputNetworkElement.Plugin))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment