Blame tests/p_bridge-utils/00-install_bridge-utils.sh

root 06ef83
#!/bin/bash
root 06ef83
# Author: Madhurranjan Mohaan <mohanma@thoughtworks.com>
root 06ef83
root 06ef83
# Install bridge_utils package
root 06ef83
t_Log "Running $0 - bridge-utils: Installation"
root 06ef83
Pablo Greco 6c1f07
if [ "$centos_ver" -ge 8 ] ; then
Pablo Greco 6c1f07
t_InstallPackage iproute
Pablo Greco 6c1f07
else
root 06ef83
t_InstallPackage bridge-utils
Pablo Greco 6c1f07
fi