Skip to main content

Linux network bonding

v0.1.1

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.

3 allowed by default
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:4a14e761267488e26cb5d47d1c73671283fe6ea3d57207c4504d767c195d4eaa

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