<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8" />
  <meta name="generator" content="pandoc" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
  <style>
html {
  line-height: 1.2;
  font-family: serif;
  font-size: 0.9em;
  color: black; 
  background-color: white;
}
body {
  margin: 0;
  margin-right: auto;
  max-width: 36em;
  padding: 1em;
  hyphens: auto;
  overflow-wrap: break-word;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
}
@media print {
  body {
    background-color: transparent;
    color: black;
    font-size: 11pt;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3, h4 {
    page-break-after: avoid;
  }
}
p {
  margin: 1em 0;
}
a {
  color: black;
}
a:visited {
  color: black;
}
img {
  max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 1.4em;
}
h5, h6 {
  font-size: 1em;
  font-style: italic;
}
h6 {
  font-weight: normal;
}
ol, ul {
  padding-left: 1.7em;
  margin-top: 1em;
}
li > ol, li > ul {
  margin-top: 0;
}
blockquote {
  margin: 0.5em;
  padding-left: 0.5em;
  border-left: 2px solid #e6e6e6;
  color: #444;
}
code {
  font-family: 'Lucida Console', monospace;
  font-size: 95%;
  margin: 0;
}
pre {
  margin: 1em 0;
  overflow: auto;
  max-width: unset;
  width: fit-content;
}
pre code {
  padding: 0;
  overflow: visible;
  overflow-wrap: normal;
  max-width: unset;
  white-space: pre-wrap;
}
pre code span {
  white-space: pre;
}
.sourceCode {
 background-color: transparent;
 overflow: visible;
}

code.diff span.kw,
code.diff span.dt {
  font-weight: bold;
}

code.diff span.va {
  background-color: rgba(192, 255, 192, 64);
  color: rgb(0, 64, 0);
}

code.diff span.st {
  background-color: rgba(255, 192, 192, 64);
  color: rgb(64, 0, 0);
}

pre.diff {
  background-color: rgb(240, 240, 240);
  padding: 0.4em;
  border: 1pt solid grey;
}

hr {
  background-color: black;
  border: none;
  height: 1px;
  margin: 1em 0;
}
table {
  margin: 1em 0;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  display: block;
  font-variant-numeric: lining-nums tabular-nums;
}
table caption {
  margin-bottom: 0.75em;
}
tbody {
  margin-top: 0.5em;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
th {
  border-top: 1px solid black;
  padding: 0.25em 0.5em 0.25em 0.5em;
}
td {
  padding: 0.125em 0.5em 0.25em 0.5em;
}
header {
  margin-bottom: 4em;
  text-align: center;
}
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
q { quotes: "„" "”" "»" "«"; }
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
  </style>
</head>
<body>
<p>Hello Sebastian,</p>
<blockquote>
<blockquote>
<p>Issue: 46, 340</p>
</blockquote>
</blockquote>
<p>On Sun, Jan 04, 2026 at 02:04:04PM +0100, Sebastian Hahn wrote:</p>
<blockquote>
<p>just wanted to ask if there’s any progress here. Added Maria because
I’ve seen you a lot on the mailing list. Many thanks!</p>
</blockquote>
<p>Well there is <em>some</em> progress, yet probably not complete, see
below.</p>
<p>On Sun, Jan 14, 2024 at 10:50:18PM +0100, Sebastian Hahn wrote:</p>
<blockquote>
<p>I’ve been using strict bind for bgp, but there might be a lack in my
understanding or I have a proposal for a new feature. Strict bind seems
to be a bit more restrictive than I’d like (and than I think it is
necessary):</p>
<p>I would like to use dynamic bgp (using a range for neighbour) with
auto-configured LL IPv6 adresses. This doesn’t work, of course, if I
need to statically configure the source address, which I am forced to
with the strict bind option. […]</p>
</blockquote>
<p>With BIRD 2.18, you should be able (and I may be wrong because I
implemented it half a year ago) to have <code>strict bind</code> with
dynamic link-local and <code>interface</code> set. I have no idea
whether your needs would be met completely with this version but if you
could check please …</p>
<blockquote>
<p>I am wondering, is this restriction really needed? There is only one
IP address (the LL one) on the interface in question (and the interface
is specified in config). I think this should mean that bird could just
pick that IP address and use it for both source as well as to bind to.
If that is true, could a “source address auto” option or so be added to
allow such a configuration?</p>
</blockquote>
<p>If it’s ok that it would choose the source address kinda randomly
from that interface, it’s probably a feature worth adding. And because
we did some BGP listening reworks, it should actually be trivial now,
while for 2.17 and older it wasn’t.</p>
<blockquote>
<p>In addition, it would be great if a strict bind option could be added
for the babel protocol.</p>
</blockquote>
<p>Noted finally, sorry for missing that.</p>
<p>Thanks for the heads-up, have a good new year!<br />
Maria</p>
<p>–<br />
Maria Matejka (she/her) | BIRD Team Leader | CZ.NIC, z.s.p.o.</p>
</body>
</html>