<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Mar 11, 2015 at 12:44 PM, Marcelo Ricardo Leitner <span dir="ltr"><<a href="mailto:marcelo.leitner@gmail.com" target="_blank">marcelo.leitner@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
</blockquote>
<br></div></div>
Hi Gianluca,<br>
<br>
You probably have the 'bridge' command available in there, it's the iproute2 version of brctl tool. Just like we had ifconfig->ip, we are having brctl->{bridge,ip}..<br>
<br>
Note that 'bridge' is for bridge-specific stuff, like:<br>
<br>
$ bridge link help<br>
Usage: bridge link set dev DEV [ cost COST ] [ priority PRIO ] [ state STATE ]<br>
                               [ guard {on | off} ]<br>
                               [ hairpin {on | off} ]<br>
                               [ fastleave {on | off} ]<br>
                               [ root_block {on | off} ]<br>
                               [ hwmode {vepa | veb} ]<br>
       bridge link show [dev DEV]<br>
<br>
while you may create the bridge itself via ip command.<span class="HOEnZb"><font color="#888888"><br>
<br>
  Marcelo</font></span><div class="HOEnZb"><div class="h5"><br></div></div></blockquote><div><br></div><div>Ah ok.. indeed I verified I have it inside the Atomic host image.</div><div>I've been already using the "ip" command but I didn't know about the "bridge" one.</div><div>Hey, but the developers could have done it better: one more character to type now vs the previous "brctl" one; I will create an alias named "brdg"... ;-)</div><div><br></div><div>At the end, "less" is better than "more".... </div><div><br></div><div>Thanks for the notice<br></div><div>Gianluca</div></div><br></div></div>