Hello, finally, the 1.0.8 is released. This release mainly fixes a lot of bugs in the code. The only new feature is NetBSD and FreeBSD port. (OpenBSD not tested, but it should be easy to add.) Feela
finally, the 1.0.8 is released. This release mainly fixes a lot of bugs in the code. The only new feature is NetBSD and FreeBSD port. (OpenBSD not tested, but it should be easy to add.)
Ahh, whats the problem with the FTP host, several days I'm trying to download the newes bird but it's busy... Why don't you put it on sourceforge.net or some similar host. -- damjan | дамјан This is my jabber ID --> damjan@bagra.net.mk <-- not my mail address!!!
On Tue, 15 Jun 2004, Damjan wrote:
finally, the 1.0.8 is released. This release mainly fixes a lot of bugs in the code. The only new feature is NetBSD and FreeBSD port. (OpenBSD not tested, but it should be easy to add.)
Ahh, whats the problem with the FTP host, several days I'm trying to download the newes bird but it's busy...
Sorry! I changed the limit changed. Now you can download. Feela
Why don't you put it on sourceforge.net or some similar host.
finally, the 1.0.8 is released. This release mainly fixes a lot of bugs in the code. The only new feature is NetBSD and FreeBSD port. (OpenBSD not tested, but it should be easy to add.)
Ok, first buglet I'm noticing is in birdc when I list all the routes, "show route", sometimes the "bird>" prompt will overwrite parts of the last line. like this: bird> show route ... xxx.xx.xx.xxx/xx via y.y.y.y on eth0 [DaMan 22:56] E2 (150/11/20) xxx.xx.xx.xxx/xx via y.y.y.y on eth0 [DaMan 22:56] E2bird> Less often the same thing happens somewhere in the middle of the route list, so one route line overwrits part of the previous line. My system is Slackware, glibc-2.3.3, gcc-3.3.3, ncurses-5.4 -- damjan | дамјан This is my jabber ID --> damjan@bagra.net.mk <-- not my mail address!!!
Hello!
Ok, first buglet I'm noticing is in birdc when I list all the routes, "show route", sometimes the "bird>" prompt will overwrite parts of the last line. like this:
bird> show route ... xxx.xx.xx.xxx/xx via y.y.y.y on eth0 [DaMan 22:56] E2 (150/11/20) xxx.xx.xx.xxx/xx via y.y.y.y on eth0 [DaMan 22:56] E2bird>
Less often the same thing happens somewhere in the middle of the route list, so one route line overwrits part of the previous line.
Could you please try changing `unsigned max=64' to `unsigned max=4' in rt_show_cont() in nest/rt-table.c? Have a nice fortnight -- Martin `MJ' Mares <mj@ucw.cz> http://atrey.karlin.mff.cuni.cz/~mj/ Faculty of Math and Physics, Charles University, Prague, Czech Rep., Earth Uncle Ed's Rule of Thumb: Never use your thumb for a rule.
Ok, first buglet I'm noticing is in birdc when I list all the routes, "show route", sometimes the "bird>" prompt will overwrite parts of the last line. like this:
bird> show route ... xxx.xx.xx.xxx/xx via y.y.y.y on eth0 [DaMan 22:56] E2 (150/11/20) xxx.xx.xx.xxx/xx via y.y.y.y on eth0 [DaMan 22:56] E2bird>
Less often the same thing happens somewhere in the middle of the route list, so one route line overwrits part of the previous line.
Could you please try changing `unsigned max=64' to `unsigned max=4' in rt_show_cont() in nest/rt-table.c?
Well, I've recompiled bird with "./configure --enable-debug" (that should set max=4), but the buglet is still there. -- damjan | дамјан This is my jabber ID --> damjan@bagra.net.mk <-- not my mail address!!!
participants (3)
-
Damjan -
Martin Mares -
Ondrej Filip