From 6531038bc5c614ac84c40b80df0c3a9c47a5ec68 Mon Sep 17 00:00:00 2001 From: Michael Kwardakov Date: Fri, 18 Jan 2019 13:49:07 +0300 Subject: [PATCH] Describe requirement for nic module --- bumblebee/modules/nic.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bumblebee/modules/nic.py b/bumblebee/modules/nic.py index c1c60f8..a43591b 100644 --- a/bumblebee/modules/nic.py +++ b/bumblebee/modules/nic.py @@ -2,6 +2,9 @@ """Displays the name, IP address(es) and status of each available network interface. +Requires the following python module: + * netifaces + Parameters: * nic.exclude: Comma-separated list of interface prefixes to exclude (defaults to "lo,virbr,docker,vboxnet,veth") * nic.states: Comma-separated list of states to show (prefix with "^" to invert - i.e. ^down -> show all devices that are not in state down)