diff --git a/BUGS.md b/BUGS.md index 304c7e8..a88e1c7 100644 --- a/BUGS.md +++ b/BUGS.md @@ -1,3 +1,4 @@ These "bugs" will never be fixed: - No `bridge` util in CentOS 6.4 (`iproute-2.6.32-23.el6.x86_64`). Solution: `yum -y install iproute` +- If you try to run it on CentOS 7 with python2.7 you may get tracebacks with YAML. Solution is to install dependencies via Yum: `yum install PyYAML.x86_64 python2-pyyaml.noarch python-prettytable.noarch`