<div style='line-height:1.4'>Dear all,<br/><br/>I have a board with two network interfaces, and now I can configure them up successfully. My rtems version is the master version in May, 2016.<br/><br/>However, I failed to create a bridge and set interfaces as its members. Referring to tutorial[1] from freebsd about bridge, I try to use "ifconfig bridge create", "ifconfig bridge0 addm iface0 addm iface1up" to create it using rtems_bsd_command_ifconfig().<br/>What I got from terminal is "ifconfig SIOCIFCREATE2: Invalid argument" and an command execution failure.<br/><br/>I also notice that libbsd support rc.conf in June but I havn't tried it. Will it be helpful to setup a bridge and does ifconfig support bridge operation?<br/><br/>Best regards,<br/>Yu Lei<br/><br/><br/>[1] <a href="https://www.freebsd.org/doc/handbook/network-bridging.html">https://www.freebsd.org/doc/handbook/network-bridging.html</a></div>