<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 - IPv6 Gateway cannot be link local"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=90831">90831</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>IPv6 Gateway cannot be link local
          </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>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>mh+freedesktop-bugzilla@zugschlus.de
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>systemd-bugs@lists.freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Hi,

in IPv6, it is extremely common that a gateway is offered on a link local IP
address, very often fe80::1. To manually configure this (for example on a
router that does by definition not learn IP addresses / routes / prefixes via
SLAAC), one would need to write

Gateway=fe80::1%eth0

in /etc/systemd/network/foo.network. That syntax is not accepted, leads to a
rather misleading

"rtnl: received address message without valid ifindex, ignoring"

in the log and no route.

To add gold plating, maybe a macro like $IFNAME would be automatically set to
that

Gateway=fe80::1%$IFNAME

would become possible.

This is a rather bad omission since it makes an extremely common configuration
pattern in IPv6 networks impossible.

Greetings
Marc</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>