<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Does systemd-networkd provide any way to specify 'self' instead
      of 'master' so that the bridge host can have an ip on one of the
      vlans?  I think that's the missing link to the puzzle.  The
      equivalent of</p>
    <pre><code>bridge vlan add dev mybridge vid 3 self
</code><code><code>ip link add mybridge.3 link mybridge type vlan id 3
</code></code><code><code><code>ip addr add x.x.x.x/xx dev mybridge.3
</code></code>
?

</code></pre>
    <p><br>
    </p>
    <p><br>
    </p>
  </body>
</html>