Linux network bonding

v0.1.0

Inspect 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.

Pack ID
bonding
Vendor
emisar
OS
linux
Actions
3

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

on the runner host
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