From: mbm Date: Sun, 17 Apr 2005 22:38:25 +0000 (+0000) Subject: add cheapass arp X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/fe9440143e03e038d44c7e56d7aea9f260ca72ea add cheapass arp git-svn-id: svn://svn.openwrt.org/openwrt/trunk@657 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/target/default/target_skeleton/etc/profile b/openwrt/target/default/target_skeleton/etc/profile index 29cd340b3..b63dc8ee3 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 $*; }