On Tue, 28 Feb 2017 20:07:37 +0000, Zaboj Campula wrote: > Well it is impossible to draw a simple tree showing the configuration > exactly with all details. May be it is too ambitious to draw a tree > at all.
I tried that and failed. I didn't want to have something that would work only "somehow" as that would create confusion instead of helping. See the example below. > But neither directory structure is a tree (when consider links) > and there are a plenty of tools showing directory tree. Directory structure *is* a tree. Symlinks are a special case, for the purpose of displaying the tree they're just files. Hardlinks can be ignored when displaying a tree (because there are no hardlinks to directories). We don't have any of that. Consider the very simple case of an interface with two vlan interfaces and both of them in a bridge. vlan0 / \ eth0 br0 \ / vlan1 You can't represent this in a tree view. And this is just a very simple example, in reality it tends to be much more complex. Jiri