<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <font face="Calibri"><br>
      <br>
      Hi Bird users,<br>
      <br>
      I am trying to migrate the config from 1.6 to 2.0 on CentOS 8. I
      tried to follow
      <a class="moz-txt-link-freetext" href="https://gitlab.labs.nic.cz/labs/bird/wikis/transition-notes-to-bird-2">https://gitlab.labs.nic.cz/labs/bird/wikis/transition-notes-to-bird-2</a>
      but my test config didn't work. Is there another guide or wiki I
      can follow to be able to migrate to version 2 ?<br>
      <br>
      Thank you !<br>
      <br>
      [...]<br>
      router id 206.x.y.z;<br>
      <br>
      table as65533;<br>
      table blackholes;<br>
      [...]<br>
      <br>
      # Scans and learns of blackhole routes from table 10, every 10
      seconds<br>
      protocol kernel rtbh {<br>
              table blackholes;<br>
              kernel table 10;<br>
              scan time 20;<br>
              learn;<br>
              import filter rtbh_pipe;<br>
              export all;<br>
      }<br>
      <br>
      # Merges kernel route table 10 into the virtual as65533 routing
      table<br>
      protocol pipe {<br>
              table as65533;<br>
              peer table blackholes;<br>
              mode transparent;<br>
              import filter rtbh_pipe;<br>
      }<br>
      <br>
      protocol bgp ege1a_50_4 {<br>
              table as65533;<br>
              description "</font><font face="Calibri"><font
        face="Calibri">ege1a_50_4</font>";<br>
              local as 65533;<br>
              neighbor 1.1.1.1 as 12345;<br>
              multihop;<br>
              source address 206.x.y.z;   # What local address we use
      for the TCP connection<br>
              export where source=RTS_STATIC;<br>
              export filter bgp_out_upstream;<br>
      }<br>
      <br>
    </font>
  </body>
</html>