diff options
author | Brian Rak <brianrak@gameservers.com> | 2017-07-26 17:47:07 +0200 |
---|---|---|
committer | Brian Rak <brianrak@gameservers.com> | 2017-07-26 17:47:07 +0200 |
commit | bf0526b91925576387b47f5e78cc03aae797311a (patch) | |
tree | 7884393454d8e3b5d73d7704b5ae1d1f71babc70 /doc | |
parent | redhat: Make the init script flush routes for all associated protocols on stop (diff) | |
download | frr-bf0526b91925576387b47f5e78cc03aae797311a.tar.xz frr-bf0526b91925576387b47f5e78cc03aae797311a.zip |
redhat: Update documentation about frr-reload
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Building_FRR_on_CentOS6.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/Building_FRR_on_CentOS6.md b/doc/Building_FRR_on_CentOS6.md index 4139daf31..b25845c38 100644 --- a/doc/Building_FRR_on_CentOS6.md +++ b/doc/Building_FRR_on_CentOS6.md @@ -17,6 +17,9 @@ CentOS 6 restrictions: - Zebra is unable to detect what bridge/vrf an interface is associcated with (IFLA_INFO_SLAVE_KIND does not exist in the kernel headers, you can use a newer kernel + headers to get this functionality) +- frr_reload.py will not work, as this requires Python 2.7, and CentOS 6 + only has 2.6. You can install Python 2.7 via IUS, but it won't work + properly unless you compile and install the ipaddr package for it. Install required packages ------------------------- |