Setup Script - Setup Cleanup

This commit is contained in:
Mike Reeves
2018-11-12 10:38:21 -05:00
parent 5514742eed
commit 513e11f8ec

View File

@@ -309,7 +309,7 @@ es_heapsize() {
filter_nics() {
# Filter the NICs that we don't want to see in setup
FNICS=$(ip link | grep -vw $MNIC | awk -F: '$0 !~ "lo|vir|veth|br|docker|bond|wl|^[^0-9]"{print $2 " \"" "Interface" "\"" " OFF"}')
FNICS=$(ip link | grep -vw $MNIC | awk -F: '$0 !~ "lo|vir|veth|br|docker|wl|^[^0-9]"{print $2 " \"" "Interface" "\"" " OFF"}')
}