Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
Linux network bonding
v0.1.1Inspect 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:4a14e761267488e26cb5d47d1c73671283fe6ea3d57207c4504d767c195d4eaa
sudo emisar pack install bonding \ --hash sha256:4a14e761267488e26cb5d47d1c73671283fe6ea3d57207c4504d767c195d4eaa \ --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>