Skip to content

Instantly share code, notes, and snippets.

@ponsuke0531
Created June 1, 2017 14:28
Show Gist options
  • Save ponsuke0531/b48bd37e4280e1164e7cc036b476babb to your computer and use it in GitHub Desktop.
Save ponsuke0531/b48bd37e4280e1164e7cc036b476babb to your computer and use it in GitHub Desktop.
CentOS7において「ip addr show」の結果をちょっと理解できるように調べた記録 ref: http://qiita.com/ponsuke0531/items/b61eeefdad9bb5e2ac28
* Two character prefixes based on the type of interface:
* en -- ethernet
* sl -- serial line IP (slip)
* wl -- wlan
* ww -- wwan
*
* Type of names:
* b<number> -- BCMA bus core number
* ccw<name> -- CCW bus group name
* o<index>[d<dev_port>] -- on-board device index number
* s<slot>[f<function>][d<dev_port>] -- hotplug slot index number
* x<MAC> -- MAC address
* [P<domain>]p<bus>s<slot>[f<function>][d<dev_port>]
* -- PCI geographical location
* [P<domain>]p<bus>s<slot>[f<function>][u<port>][..][c<config>][i<interface>]
* -- USB port number chain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment