On Sun, 30 Aug 2009 02:33:27 -0700 (PDT)
"[email protected]" <[email protected]> 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
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/bridge

Reply via email to