iproute2mac icon indicating copy to clipboard operation
iproute2mac copied to clipboard

CLI wrapper for basic network utilites on Mac OS X inspired with iproute2 on Linux systems - ip command.

Results 12 iproute2mac issues
Sort by recently updated
recently updated
newest added

Frivolous cosmetic wants. It would be nice to see the following options added: -brief List interfaces with brief network layer info: -o, -oneline output each record on a single line,...

help wanted
feature request

Modern version of `ip` support. a `-j` flag to output as machine-readable JSON, would be great to have this on MacOS too!

help wanted
feature request

Can the tag for the 1.4.2 release be re-tagged to be consistent with the others release tags? It currently has a period just after the 'v', `v.1.4.2` where I would...

question

Brief guidelines to make it more accessible to contribute.

I can't found ss command by using `brew install iproute2mac`, but ss is an import tool in iproute package

help wanted
feature request

While trying to repair ddclient on OS X (cc @dkerr64), I found that the command ddclient uses: ``` $reply = `ip -6 -o addr show dev $arg scope global 2>/dev/null`;```...

help wanted
feature request

In Linux, one can use ip -s link to see the statistics of web data transmission, is there a similar command in iproute2mac?

help wanted
feature request

The **-c, -color** option is missing. It's an essential part of iproute2. We should definitely support it!

help wanted
feature request

Also added -details option to visualize additional link info (e.g. VLAN ID). Closes #52 Closes #53

Simple bridge management in Linux is handled by iproute2 as follow: ```shell $ sudo ip link add name br0 type bridge $ sudo ip link set dev br0 up $...

feature request