Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
Linux network bonding
v0.1.0Inspect Linux network bonding / LACP: list bond interfaces, read a bond's full status from /proc/net/bonding (mode, LACP actor/partner state, per-slave link status), and show link-layer details. Read-only.
Install
emisar pack install
validates the pack and verifies its content hash before copying it into /etc/emisar/packs.
The --hash
below pins the
install to the exact bytes on this page — a tampered copy is rejected. After
install, reload the runner; it re-reads the catalog and advertises every action.
content hash: sha256:535b91a7112b83771c1b4f52095001896c59fac3456b66e948db9d1dbb7a81b1
sudo emisar pack install bonding \ --hash sha256:535b91a7112b83771c1b4f52095001896c59fac3456b66e948db9d1dbb7a81b1 \ --dest /etc/emisar/packs # Reload so the runner re-reads the catalog: sudo systemctl reload emisar
Actions 3 total
View on GitHub-
ip -d link show <bond>
-
ip -d link show type bond
-
cat /proc/net/bonding/<bond>