diff options
| author | Quentin Young <qlyoung@users.noreply.github.com> | 2017-07-18 11:41:12 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-18 11:41:11 -0400 |
| commit | e71d2d641ff8f3e857adc22ec092d66b28630ebc (patch) | |
| tree | f27d4b68dfa172574c754b5f8e00efadade6fa1b | |
| parent | 7b47def8cf60d0b5276efa577f23cdc8af04a89a (diff) | |
| parent | 6e63f8cb52be9fb8fd92021fda5098779ef4dcb1 (diff) | |
Merge pull request #827 from devicenull/patch-1
Add note about bridge limitations
| -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 45477a6bb0..4139daf316 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 ------------------------- |
