]> git.puffer.fish Git - mirror/frr.git/commitdiff
Add note about bridge limitations 827/head
authordevicenull <devicenull@users.noreply.github.com>
Mon, 17 Jul 2017 17:04:55 +0000 (13:04 -0400)
committerGitHub <noreply@github.com>
Mon, 17 Jul 2017 17:04:55 +0000 (13:04 -0400)
Add note that Zebra will never be able to detect the master interface for any interface due to IFLA_INFO_SLAVE_KIND not being defined

doc/Building_FRR_on_CentOS6.md

index 45477a6bb09bbfe27fea2737a2aa935e9662e7a8..4139daf3161554e0056f7035950b2823bd41e978 100644 (file)
@@ -14,6 +14,9 @@ CentOS 6 restrictions:
   needed
 - MPLS is not supported on `CentOS 6`. MPLS requires Linux Kernel 4.5 or 
   higher (LDP can be built, but may have limited use without MPLS)
+- 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)
 
 Install required packages
 -------------------------