Index: /nodes/make-network-graph.py
===================================================================
--- /nodes/make-network-graph.py	(revision 8280)
+++ /nodes/make-network-graph.py	(revision 8281)
@@ -24,4 +24,10 @@
         l = datadump[iface_key]['ip']
         addr, mask = l.split('/')
+
+        # Not parsing of these folks please
+        if "192.168" in addr:
+          continue
+        if "0.0.0.0" in addr:
+          continue
 
         addr = gformat.parseaddr(addr)
