<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">&lt;<a href="mailto:marcelo.leitner@gmail.com" target="_blank">marcelo.leitner@gmail.com</a>&gt;</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 &#39;bridge&#39; command available in there, it&#39;s the iproute2 version of brctl tool. Just like we had ifconfig-&gt;ip, we are having brctl-&gt;{bridge,ip}..<br>
<br>
Note that &#39;bridge&#39; 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&#39;ve been already using the &quot;ip&quot; command but I didn&#39;t know about the &quot;bridge&quot; one.</div><div>Hey, but the developers could have done it better: one more character to type now vs the previous &quot;brctl&quot; one; I will create an alias named &quot;brdg&quot;... ;-)</div><div><br></div><div>At the end, &quot;less&quot; is better than &quot;more&quot;.... </div><div><br></div><div>Thanks for the notice<br></div><div>Gianluca</div></div><br></div></div>