filter log/ filenames into sw.command
[dell-switch] / bro-conn-ip-vlan-mac.sh
1 #!/bin/sh -e
2
3 ssh enesej "cat /var/log/bro/current/conn.log | bro-cut -d id.orig_h vlan orig_l2_addr -F' ' | grep '^$1 ' | head -1"
4