parent
4d4a7bf29d
commit
7ea8c5320d
3 changed files with 19 additions and 3 deletions
|
@ -1,5 +1,11 @@
|
|||
#pylint: disable=C0111,R0903
|
||||
|
||||
"""Displays the name, IP address(es) and status of each available network interface.
|
||||
|
||||
Parameters:
|
||||
* nic.exclude: Comma-separated list of interface prefixes to exclude (defaults to "lo,virbr,docker,vboxnet,veth")
|
||||
"""
|
||||
|
||||
import netifaces
|
||||
|
||||
import bumblebee.util
|
||||
|
@ -7,8 +13,6 @@ import bumblebee.input
|
|||
import bumblebee.output
|
||||
import bumblebee.engine
|
||||
|
||||
"""Displays the name, IP address(es) and status of each available network interface."""
|
||||
|
||||
class Module(bumblebee.engine.Module):
|
||||
def __init__(self, engine, config):
|
||||
widgets = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue