<div dir="ltr"><div class="gmail_default" style="font-family:courier new,monospace">Hi,<br><br></div><div class="gmail_default" style="font-family:courier new,monospace">I've started working on the frr FreeBSD port (to be included into the official port-tree) and I've got some questions.<br><br></div><div class="gmail_default" style="font-family:courier new,monospace">1. I've got a display bug with vtysh: Almost each line end up with a :<br>--More--(END)<br><br></div><div class="gmail_default" style="font-family:courier new,monospace">I need to setup environment variable VTYSH_PAGER="" for fixing this problem. Is this a standard behavior ?<br></div><div class="gmail_default" style="font-family:courier new,monospace"><br></div><div class="gmail_default" style="font-family:courier new,monospace"></div><div class="gmail_default" style="font-family:courier new,monospace">2. pimd is enabled by default into the configure script and it compiles great... but does someone tested it on FreeBSD ? (I didn't reach to use it).<br></div><div class="gmail_default" style="font-family:courier new,monospace">It has a different behavior from the other daemon too: As example it didn't support the -C/--dryrun option.<br><br></div><div class="gmail_default" style="font-family:courier new,monospace">3. Regarding snmp configure option: Once enabled, I've got some build error like this one:<br><br>vty.c:561:19: warning: implicit declaration of function 'typeof' is invalid in C99 [-Wimplicit-function-declaration]                                                       size_t nwrite = MIN ((int) strlen (str), VTY_BUFSIZ - vty->cp - 1);                                                                                                                      ^                                                                                                                                                      ./zebra.h:341:5: note: expanded from macro 'MIN'                                                                                                                                 ({ typeof (a) _a = (a); \                                                                                                                                                   ^                                                                                                                                                             vty.c:561:19: error: expected ';' after expression                                                                                                                       ./zebra.h:341:16: note: expanded from macro 'MIN'                                                                                                                                ({ typeof (a) _a = (a); \<br>                      ^                                                                                                                                                  vty.c:561:19: error: use of undeclared identifier '_a'                                                                                                                   ./zebra.h:341:16: note: expanded from macro 'MIN'                                                                                                                                ({ typeof (a) _a = (a); \     <br><br><br></div><div class="gmail_default" style="font-family:courier new,monospace">4. Regarding the tcmalloc configure option: Where can I find some benchmark somewhere about the benefits of this feature ?<br><br></div><div class="gmail_default" style="font-family:courier new,monospace"></div><div class="gmail_default" style="font-family:courier new,monospace">Thanks,<br><br></div><div class="gmail_default" style="font-family:courier new,monospace">Olivier<br></div></div>