diff options
author | devicenull <devicenull@users.noreply.github.com> | 2017-07-17 19:04:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-17 19:04:55 +0200 |
commit | 6e63f8cb52be9fb8fd92021fda5098779ef4dcb1 (patch) | |
tree | 7205445330c501b5dbd0915f0bb8791f7524911d /doc | |
parent | Merge pull request #826 from qlyoung/rm-vtyoutln (diff) | |
download | frr-6e63f8cb52be9fb8fd92021fda5098779ef4dcb1.tar.xz frr-6e63f8cb52be9fb8fd92021fda5098779ef4dcb1.zip |
Add note about bridge limitations
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
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 45477a6bb..4139daf31 100644 --- a/doc/Building_FRR_on_CentOS6.md +++ b/doc/Building_FRR_on_CentOS6.md @@ -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 ------------------------- |