Sha256: 264b7f0cb7221d588f252c13c562d958f9b33e6fa5bc5bf5bb9a66cc3a7ec7ff
Contents?: true
Size: 879 Bytes
Versions: 1
Compression:
Stored size: 879 Bytes
Contents
#!/bin/bash sed -i 's/00:00:00:00:c1:00/client1/g' nodes_groundtruth.csv sed -i 's/00:00:00:00:c2:00/client2/g' nodes_groundtruth.csv sed -i 's/10:10:10:10:10:fe/Internet/g' nodes_groundtruth.csv sed -i 's/ba:5e:ba:11:00:00/WWWServer/g' nodes_groundtruth.csv sed -i 's/ba:5e:ba:11:00:01/WWWServer/g' nodes_groundtruth.csv sed -i 's/ba:5e:ba:11:ad:00/admin/g' nodes_groundtruth.csv sed -i 's/ba:5e:ba:11:db:00/PsqlServer/g' nodes_groundtruth.csv sed -i 's/00:00:00:00:c1:00/client1/g' links_groundtruth.csv sed -i 's/00:00:00:00:c2:00/client2/g' links_groundtruth.csv sed -i 's/10:10:10:10:10:fe/Internet/g' links_groundtruth.csv sed -i 's/ba:5e:ba:11:00:00/WWWServer/g' links_groundtruth.csv sed -i 's/ba:5e:ba:11:00:01/WWWServer/g' links_groundtruth.csv sed -i 's/ba:5e:ba:11:ad:00/admin/g' links_groundtruth.csv sed -i 's/ba:5e:ba:11:db:00/PsqlServer/g' links_groundtruth.csv
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omf_web-1.2.9 | example/topo_discovery/data_sources/truth.sh |