<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#333333">
    <br>
    As a follow up to my last post<br>
    #-----------------------------<br>
    # The network interfaces sometimes get mixed up.<br>
    #-----------------------------<br>
    lxc config edit ${CONTAINER}<br>
    # example<br>
    #--------<br>
    name: x2go1248<br>
    profiles:<br>
    - bridge<br>
    config:<br>
      volatile.base_image:
    89715de6a3e329ecb10af529cb81c33c157a5124980dcfab7ecaa5063f4e3a5c<br>
      volatile.eth0.hwaddr: 00:16:3e:6d:1f:63<br>
      volatile.eth0.name: eth2                       ##### THIS IS WRONG
    !!! ... eth0 should show twice<br>
      volatile.eth1.hwaddr: 00:16:3e:d8:0d:92<br>
      volatile.eth1.name: eth1                       ##### eth1 should
    show twice<br>
      volatile.eth2.hwaddr: 00:16:3e:5a:bd:82<br>
      volatile.eth2.name: eth0                       ##### THIS IS WRONG
    !!! ... eth2 should show twice<br>
      volatile.last_state.idmap: '[]'<br>
    devices:<br>
      eth0:<br>
        nictype: bridged<br>
        parent: lxdbr0<br>
        type: nic<br>
      eth1:<br>
        nictype: bridged<br>
        parent: br0<br>
        type: nic<br>
      eth2:<br>
        nictype: bridged<br>
        parent: br1<br>
        type: nic<br>
      root:<br>
        path: /<br>
        type: disk<br>
    ephemeral: false<br>
    <br>
    <blockquote
cite="mid:CAG1y0sdKjbUdrn+_Kk_HrG9R+vi9EyUA5BzpkmXdmgbG6SwOiw@mail.gmail.com"
      type="cite">
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
lxc-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:lxc-users@lists.linuxcontainers.org">lxc-users@lists.linuxcontainers.org</a>
<a class="moz-txt-link-freetext" href="http://lists.linuxcontainers.org/listinfo/lxc-users">http://lists.linuxcontainers.org/listinfo/lxc-users</a></pre>
    </blockquote>
    <br>
  </body>
</html>