Nessuna descrizione

Fabian Peter Hammerle 22560a58b0 added attr 'mtu' 7 anni fa
Makefile 719c318160 implement Link in link.cpp 7 anni fa
README.md 22560a58b0 added attr 'mtu' 7 anni fa
hardware_address.h 5c8654b358 move definition of HardwareAddress to hardware_address.h 7 anni fa
link.cpp 22560a58b0 added attr 'mtu' 7 anni fa
link.h 22560a58b0 added attr 'mtu' 7 anni fa
main.cpp f8b4a4df09 move definition of link_attr_cb to Link::mnl_attr_cb 7 anni fa
operstate.h 56a232026a added attr 'operstate' 7 anni fa
vector.h 6a549b5f4d move definition of vector to vector.h 7 anni fa
yaml.h ede9844a6e move definition of YamlObject to yaml.h 7 anni fa

README.md

ipyml

Show network device configuration in YAML format.

Build Dependencies

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

Example

$ ipyml

- ifname: lo
  address: 00:00:00:00:00:00
  broadcast: 00:00:00:00:00:00
  mtu: 65536
  operstate: unknown
- ifname: eth0
  address: 11:22:33:44:55:66
  broadcast: ff:ff:ff:ff:ff:ff
  mtu: 1500
  operstate: down
- ifname: wlan0
  address: 77:88:99:00:aa:bb
  broadcast: ff:ff:ff:ff:ff:ff
  mtu: 1500
  operstate: up