brona / iproute2mac

CLI wrapper for basic network utilites on Mac OS X inspired with iproute2 on Linux systems - ip command.
MIT License
898 stars 73 forks source link

Add support for ip route add blackhole #37

Closed mhio closed 2 years ago

mhio commented 2 years ago

For #36 but needs some testing as it modifies the way route add args are parsed and how route show processes ipv4 addresses so I've made some changes that looked ok at first pass but I'm sure there will be side effects I'm not aware of.

brona commented 2 years ago

Thank you for the contribution, since it is a bit more complex it might take me two weeks or so to review it and test it.

brona commented 2 years ago

I will merge it, however I will have to modify few things before releasing...