]> git.puffer.fish Git - mirror/frr.git/commitdiff
redhat: Update documentation about frr-reload 857/head
authorBrian Rak <brianrak@gameservers.com>
Wed, 26 Jul 2017 15:47:07 +0000 (11:47 -0400)
committerBrian Rak <brianrak@gameservers.com>
Wed, 26 Jul 2017 15:47:07 +0000 (11:47 -0400)
doc/Building_FRR_on_CentOS6.md

index 4139daf3161554e0056f7035950b2823bd41e978..b25845c38a2af2588b0e4776318cd589eb8cc9d8 100644 (file)
@@ -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
 -------------------------