CLI wrapper for basic network utilites on Mac OS X inspired with iproute2 on Linux systems - ip command.
CLI wrapper for basic network utilites on Mac OS X inspired with iproute2 on Linux systems - ip command. Provided functionality is limited and command output is not fully compatible with iproute2. Goal of this project is to make basic network configuration/debug tasks on Mac OS X easy for admins who already use Linux systems.
CLI wrapper for basic network utilites on Mac OS X inspired with iproute2 on Linux systems - ip command. Provided functionality is limited and command output is not fully compatible with iproute2. Goal of this project is to make basic network configuration/debug tasks on Mac OS X easy for admins who already use Linux systems.
To install iproute2mac, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install iproute2mac
To see what files were installed by iproute2mac, run:
port contents iproute2mac
To later upgrade iproute2mac, run:
sudo port selfupdate && sudo port upgrade iproute2mac
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.