Skip to content

Display a simple tree composed of the network interface inventory

License

Notifications You must be signed in to change notification settings

megacoder/nic-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nic-tree

Show logical structure of network by deconstructing the "ifcfg-*" files.

Not:

$ ls /etc/sysconfig/network-scripts/ifcfg-*
/etc/sysconfig/network-scripts/ifcfg-br0
/etc/sysconfig/network-scripts/ifcfg-docker0
/etc/sysconfig/network-scripts/ifcfg-enp14s0
/etc/sysconfig/network-scripts/ifcfg-enp15s0
/etc/sysconfig/network-scripts/ifcfg-lo
/etc/sysconfig/network-scripts/ifcfg-virbr0

But, instead:

	 +-docker0
	 |
	 +-virbr0
	 |
	 +-lo
	 |
 Network-+
	 |
	 +-br0-+
	 |     |
	 |     +- enp14s0
	 |
	 +-enp14s0
	 |
	 +-enp15s0

This is very much pre-alpha software. This is not the python code you were looking for.

About

Display a simple tree composed of the network interface inventory

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages