Skip to content
Snippets Groups Projects
Commit 3e35d5ad authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
Browse files

HOTFIX: createRouteRequest don't save route in yang.

See merge request !242
parent ddbdc8f8
No related branches found
No related tags found
1 merge request!242HOTFIX: createRouteRequest don't save route in yang.
Pipeline #242050 passed
......@@ -127,7 +127,8 @@ func (yh *CreateRouteHandler) createRouteRequest(event *event.CreateRouteEvent)
return nil, err
}
yh.Config.Data = newConfig
// Just a Hotfix, should be handled properly https://code.fbi.h-da.de/danet/quant/-/issues/47
//yh.Config.Data = newConfig
return notifications, nil
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment