Use Node.Sets for Docker/Weave IPs

This commit is contained in:
Tom Wilkie
2015-10-27 14:08:56 +00:00
parent 6913431138
commit 6e9ad995b0
8 changed files with 56 additions and 45 deletions

View File

@@ -130,6 +130,7 @@ func (rn RenderableNode) Prune() RenderableNode {
cp.Node.Metadata = report.Metadata{} // snip
cp.Node.Counters = report.Counters{} // snip
cp.Node.Edges = report.EdgeMetadatas{} // snip
cp.Node.Sets = report.Sets{} // snip
return cp
}