Hi, On Mon, 1 Dec 2014, J Yu wrote:
Hi, I am trying to using the FPM support in Quagga but had not been able to. Getting debugging information out of Quagga is another challenge. When I build quagga, I ran configure with --enable-fpm and --enable-netlink, but my utility/test program is still not able to connect FPM. Even some of the CLIs are not working properly, e.g., "show zebra fpm stats"...What am I missing?
Have you tried running your utility under strace to see what it is trying to connect to?
On the zebra side, configure logging to a file, or else telnet into its interface and type 'terminal monitor' to watch the debug output. Additionally, there are 'debug zebra ...' options that can be set.
Hope this helps, -- Paul Jakma [email protected] @pjakma Key ID: 64A2FF6A Fortune: A lot of people are afraid of heights. Not me. I'm afraid of widths. -- Steven Wright _______________________________________________ Quagga-dev mailing list [email protected] https://lists.quagga.net/mailman/listinfo/quagga-dev
