Created
May 6, 2019 17:23
-
-
Save thehonker/da358b460cec6aa06f69d8e9c981f81b to your computer and use it in GitHub Desktop.
Created by adding "--log file:/var/log/frr/zebra_debug.log --log-level debug" to zebra launch options in /etc/frr/daemons
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@frr7-test:/var/log/frr# cat zebra_debug.log | |
| 2019/05/06 17:19:19 ZEBRA: Registration for extended cmd ACK failed : 92 Protocol not available | |
| 2019/05/06 17:19:19 ZEBRA: Registration for extended dp ACK failed : 92 Protocol not available | |
| 2019/05/06 17:19:19 ZEBRA: Setting netlink socket receive buffer size: 212992 -> 180000000 | |
| 2019/05/06 17:19:19 ZEBRA: [EC 4043309105] Disabling MPLS support (no kernel support) | |
| 2019/05/06 17:19:19 ZEBRA: Initializing internal label manager | |
| 2019/05/06 17:19:19 ZEBRA: zebra 7.0 starting: vty@2601 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment