Skip to content

Instantly share code, notes, and snippets.

@Apsu
Created May 17, 2024 20:51
Show Gist options
  • Save Apsu/e733442003a9de55a69507699426dbc0 to your computer and use it in GitHub Desktop.
Save Apsu/e733442003a9de55a69507699426dbc0 to your computer and use it in GitHub Desktop.
iproute
###
# Abbreviations
###
a(ddr)
l(ink)
r(oute)
n(eighbor)
ru(le)
net(ns)
xxx a(dd)
xxx s(et)
xxx d(elete)
xxx sh(ow)
xxx f(lush)
###
# Flags
###
-4 (ipv4)
-6 (ipv6)
-c (color)
-s [-s] (stats)
-d (device info)
-br (brief)
-j (json)
-o (oneline)
###
# Example
###
ip -c -br a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment