Fulltext results:
- Virtual Network Visualization
- erl 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 rendere... rint "digraph vnet {\n"; open INPUT, "dladm show-link|"; # skip first line <INPUT>; while (defined($lin... close INPUT; open INPUT, "dladm show-linkprop -o link,value -p zone|"; # skip first line <INPUT>; while