Skip to content
Snippets Groups Projects
Commit 3f25840b authored by Annika Wickert's avatar Annika Wickert
Browse files

Merge branch 'feature/netlink_ecmp' of github.com:bio-routing/bio-rd into feature/netlink_ecmp

parents f2b3d50b 97142de5
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,6 @@ func (nr *NetlinkReader) propagateChanges(routes []netlink.Route) { ...@@ -76,7 +76,6 @@ func (nr *NetlinkReader) propagateChanges(routes []netlink.Route) {
func (nr *NetlinkReader) addPathsToClients(routes []netlink.Route) { func (nr *NetlinkReader) addPathsToClients(routes []netlink.Route) {
// If there were no routes yet, just skip this function. There's nothing to add // If there were no routes yet, just skip this function. There's nothing to add
if len(routes) == 0 { if len(routes) == 0 {
nr.mu.RUnlock()
return return
} }
......
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