From: Mike Baker Date: Sun, 17 Apr 2005 22:38:25 +0000 (+0000) Subject: add cheapass arp X-Git-Tag: reboot~33055 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=13031a44b085ea5564279672a04d16d74bdbb04f;p=oweals%2Fopenwrt.git add cheapass arp SVN-Revision: 657 --- 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 $*; }