[ONOS-3205] Migrate LLDP Link Discovery configuration to Network Configuration System

- deviceIds under suppression will be moved out to different location. (See ONOS-3461)

Change-Id: I6ebe0ce7f5f2d26e7ee7175974e19305f7c17fad
diff --git a/tools/package/config/samples/network-cfg.json b/tools/package/config/samples/network-cfg.json
index 9232847..a11237d 100644
--- a/tools/package/config/samples/network-cfg.json
+++ b/tools/package/config/samples/network-cfg.json
@@ -62,5 +62,12 @@
 		]
 	    }
 	}
+        "org.onosproject.provider.lldp": {
+            "suppression": {
+                "deviceIds": [ "of:2222000000000000" ],
+                "deviceTypes": [ "ROADM" ],
+                "annotation": { "no-lldp": null, "sendLLDP" : "false" }
+            }
+        }
     }
 }