<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>I've been encountering an error on the testbed I'm building,
      where having multiple ports added to a ovs bridge blocks all
      outwards communication.</p>
    <p>Example: Having the following setup, i have connectivity through
      the eth0.3 port:</p>
    <font size="-1">root@LEDE:~# ovs-vsctl show<br>
      41ae4f8f-55db-4cd0-8dd1-3e7b001d8f54<br>
          Bridge "br0"<br>
              Controller "tcp:192.168.1.151"<br>
              Port "br0"<br>
                  Interface "br0"<br>
                      type: internal<br>
              Port "eth0.3"<br>
                  Interface "eth0.3"</font>
    <p>Whenever I add another port to that bridge, inward packages are
      received, but outward packages are never sent. The problem
      persists with or without controller.<br>
    </p>
    <p>¿Does anyone have any info on where the problem might be?</p>
    <p>I'm using Open vSwitch version 2.5.0 over LEDE.<br>
    </p>
  </body>
</html>