linux - The meaning of the /sys/class/net/<interface>/type value -


for each network interface linux contains directory in /sys/class/net there file name "type". value is: 1 - wlan0/eth0. 772 - lo. 512 - rmnet0/rmnet1/...

so meaning of these values? can find descriptions?

this header show way world of work interfaces:

http://lxr.linux.no/linux+v3.0/include/linux/if_arp.h#l30


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -