On Wed, Jan 09, 2002 at 04:21:09PM +0200, Alex Ruzin wrote:
> Hi, Hi, > I wrote a new applications as an *interactive* analog of 'brctl'. > It may (or will be able to) do all functions of 'brctl', but in > a CLI-like dialogue. This dialogue is based on 'readline' with > its features like 'line completion', help, history, etc. > I called this application 'brdlg' and placed it in bridge-utils/brctl > directory. I don't really see the use of this. If the goal is to make setting up a bridge easier, I don't think that just adding readline will reach that goal. But well.. if you're heavily attached to this I'll stick it in the package. Let me know. > (I get it from > https://sourceforge.net/projects/rstplib/. Apropos, why don't we merge these > two projects ?) You mean adding rstp to the kernel? I'd rather move the whole of STP processing to userspace (and I'm still planning on doing that for 2.5, if Jamal doesn't beat me to it) > I had to fix one bug (I think so, but may be it is my mistake; if so, let me > know) in > libbridge/if_index.c in function if_indextoname() : there was no initial > value for > the static local variable 'siocgifname_works_not'. I repeat, let me know, > please, if > I am wrong here. It's a static variable.. and thus zero by default. So your patch is not necessary. cheers, Lennert _______________________________________________ Bridge mailing list [EMAIL PROTECTED] http://www.math.leidenuniv.nl/mailman/listinfo/bridge
