Sin descripción

Fabian Peter Hammerle 67d34fc4e1 link.cpp: added comment regarding ifinfomsg.ifi_type hace 6 años
.gitignore 8aefc9ac02 gitignore executable hace 6 años
Makefile 719c318160 implement Link in link.cpp hace 6 años
README.md f88d283f2b added prefix length to addresses hace 6 años
address.h f88d283f2b added prefix length to addresses hace 6 años
hardware_address.h 9d3c7a6018 adapt yaml indent hace 6 años
inet6_address.h f88d283f2b added prefix length to addresses hace 6 años
inet_address.h f88d283f2b added prefix length to addresses hace 6 años
link.cpp 67d34fc4e1 link.cpp: added comment regarding ifinfomsg.ifi_type hace 6 años
link.h 9d3c7a6018 adapt yaml indent hace 6 años
list.h 9d3c7a6018 adapt yaml indent hace 6 años
main.cpp e250b43753 show addresses as items of associated link hace 6 años
operstate.h 3c9d6dbf40 use mnl_attr_validate hace 6 años
vector.h 9d3c7a6018 adapt yaml indent hace 6 años
yaml.h 9d3c7a6018 adapt yaml indent hace 6 años

README.md

ipyml

Show network device configuration in YAML format.

Build Dependencies

apt install libmnl-dev linux-libc-dev g++

Example

$ ipyml
links:
- ifname: lo
  mtu: 65536
  operstate: unknown
  addresses:
  - 127.0.0.1/8
- ifname: eth0
  address: 11:22:33:44:55:66
  broadcast: ff:ff:ff:ff:ff:ff
  mtu: 1500
  operstate: up
  addresses:
  - 192.168.2.101/24
  - fe80::1322:33ff:fe44:5566/64
- ifname: wlan0
  address: 77:88:99:00:aa:bb
  broadcast: ff:ff:ff:ff:ff:ff
  mtu: 1500
  operstate: up
  addresses:
  - 192.168.20.11/24
  - fe80::7588:99ff:fe00:aabb/64

Links

libmnl source

libmnl documentation

iproute2 src