On Sun, 30 Aug 2009 02:33:27 -0700 (PDT) "salaria113@xxxxxxxxx" <salaria113@xxxxxxxxx> wrote: > Hi, > I need to create an user interface (QT based MMI) to manage bridge but I can't found c/c++ function in user space to develop this application. > The functions are: br_add_bridge, br_del_bridge etc. in libbridge.a library are accessible from user space linking the library ? There is no standard user library for this. You need to build your own interface. Look at bridge utils source and RSTP daemon source. They use combinations of ioctl()'s, sysfs and netlink. Eventually, I hope to make all of bridge control under netlink but for now you need ioctl's and sysfs. -- _______________________________________________ Bridge mailing list Bridge@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/bridge