From ae8a46a3e2feec39c835aaba8e99e1c852c95ec8 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Mon, 16 Jul 2018 23:00:02 +0800 Subject: [PATCH] ip: add an example for neighbors (#2197) --- pages/linux/ip.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/ip.md b/pages/linux/ip.md index 33f3c6539..947607611 100644 --- a/pages/linux/ip.md +++ b/pages/linux/ip.md @@ -10,6 +10,10 @@ `ip r` +- Show neighbors (ARP table): + +`ip n` + - Make an interface up/down: `ip link set {{interface}} up/down`