grep bro conn.log for ip vlan and mac
[dell-switch] / grep-mac
index 8540e88..0261f13 100755 (executable)
--- a/grep-mac
+++ b/grep-mac
@@ -1 +1 @@
-grep -i $1 log/*address-table* | sed -e 's/log\///' -e 's/_show.*log:/\t/' -e 's/_/ /'
+grep -i $1 log/*bridge\ address* | sed -e 's/log\///' -e 's/_show.*log:/\t/' -e 's/_/ /'