Skip to content
Snippets Groups Projects
Commit 99bcf0cf authored by Sebastian Heiß's avatar Sebastian Heiß Committed by Fabian Seidl
Browse files

Resolve "Applying a configuration with tls=true via configurationmanagement is impossible"


See merge request !1238

Co-authored-by: default avatarS.H. <sebastian.heiss94@proton.me>
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 #264118 failed
...@@ -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.
Finish editing this message first!
Please register or to comment