<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - downloading files in a systemd-nspawn container with --network-bridge are sometimes broken"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=85485">85485</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>downloading files in a systemd-nspawn container with --network-bridge are sometimes broken
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>systemd
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>general
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>systemd-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>mail@leo-von-klenze.de
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>systemd-bugs@lists.freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>I've the following setup:

- physical box with two network interfaces, eth0 and eth1. The following
interfaces are created via systemd-networkd on that server:
-- home-br0: bridge interface
-- home: VLAN (id = 10), added to the bridge
-- eth0: configured to use VLAN home
- a router with openwrt that act as dhcp server for the vlan home
- a systemd container running with systemd-nspawn --network-bridge=home-br0

I've the following effect:
1) the interface host0 inside the container gets always a 169.254.* address
after startup as well as an address from the dhcp server. After deleting the
169.254.* address the network went well exectp of
2) downloading files via wget/curl/... result sometimes in broken files if the
file is big enough (> 50MB)

2)
Only some bytes a broken in the downloaded file. I've also watched the traffic
in tcpdump on the router/physical box/container: sometimes the a packet from
the internet contains already the broken bytes but the packet seems not to be
rejected an resend afterwards.

I was not able to reproduce the problem starting the container without
--network-bridge.

OS:
Arch Linux, 3.17.1, systemd-216

Thank you in advance,
   Leo</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>