<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="moz-cite-prefix">Hello Maria, Robert,<br>
<br>
</div>
<div class="moz-cite-prefix">On 5/27/25 12:44 PM, Maria Matejka
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:aDWXgpA61gi59FZ4@struhadlo.private.jmq.cz">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<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;
}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>
<p>Well, could you please try the current thread-next branch?</p>
<p><a href="https://gitlab.nic.cz/labs/bird/-/tree/thread-next"
class="uri moz-txt-link-freetext" moz-do-not-send="true">https://gitlab.nic.cz/labs/bird/-/tree/thread-next</a></p>
</blockquote>
<p>Thank you for the very quick patch and the rpm package.
Unfortunately, we get the following error<br>
<br>
```<br>
bird[3287848]: filters, line 8: Argument 1 of RTA_SET must be of
type ip, got type void<br>
bird[3287848]: Netlink: Network is unreachable<br>
bird[3287848]: Netlink: Network is unreachable<br>
bird[3287848]: ...<br>
```<br>
<br>
when running with the following configuration, which works
perfectly on bird-2.16.2<br>
<br>
```<br>
1 <br>
2 router id from "-tun*", "*";<br>
3 <br>
4 filter from_kubernetes {<br>
5 if ( net ~ 10.250.1.0/24 || net ~ 10.110.1.0/24 ) then {<br>
6 ifname = "tunl0";<br>
7 onlink = true;<br>
8 gw = from;<br>
9 accept;<br>
10 }<br>
11 reject;<br>
12 }<br>
.....<br>
```<br>
<br>
Regards, <br>
Radu<br>
<br>
</p>
</body>
</html>