From 13031a44b085ea5564279672a04d16d74bdbb04f Mon Sep 17 00:00:00 2001
From: Mike Baker <mbm@openwrt.org>
Date: Sun, 17 Apr 2005 22:38:25 +0000
Subject: [PATCH] add cheapass arp

SVN-Revision: 657
---
 openwrt/target/default/target_skeleton/etc/profile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/openwrt/target/default/target_skeleton/etc/profile b/openwrt/target/default/target_skeleton/etc/profile
index 29cd340b3e..b63dc8ee32 100644
--- a/openwrt/target/default/target_skeleton/etc/profile
+++ b/openwrt/target/default/target_skeleton/etc/profile
@@ -6,4 +6,6 @@ export PS1='\u@\h:\w\$ '
 
 alias less=more
 alias vim=vi
+
+arp() { cat /proc/net/arp; }
 ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }
-- 
GitLab