Fulltext results:
- Virtual Network Visualization
- d a perl script which takes the output of ''dladm show-link'' and ''dladm show-linkprop -o link,value -p zone'' and generates a dot-File, which then can be re... "; print "digraph vnet {\n"; open INPUT, "dladm show-link|"; # skip first line <INPUT>; while (defined... $5;\n"; } } } close INPUT; open INPUT, "dladm show-linkprop -o link,value -p zone|"; # skip first li