Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

interface-management

rchunduru90.1.3

interface-management provides nodejs implementation to get list of network interfaces, modify the network interface name using udev

readme

Interface-Management

Currently the following is supported.

1) Get list of network interfaces

2) Get Network Interface MAC address

3) Rename a network Interface

Tested on Ubuntu and should work on all unix like systems.

Rename of the network interface done using udev commands.

Refer to examples for usage.