Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 775 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 775 Bytes

Iproute2 for MesaLock Linux

Build Status

An iproute2 utility written in Go. We provide basic ip related commands such as showing link infomation, setting link up and down, etc. Here is the usage:

Usage:
  ip link show
  ip link set <ifname> (up | down)
  ip address add <ifaddr> dev <ifname>
  ip route (show | list)
  ip route add <dst> dev <ifname> [via <gateway>] [src <src>]

giproute2 is based on netlink.

Maintainer

License

Giproute2 is provided under the BSD license.