<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>VyOS - Blog</title>
    <link>https://blog.vyos.io</link>
    <description>VyOS Platform Project news and updates 
All about development and project life in  our blog</description>
    <language>en</language>
    <pubDate>Sat, 04 Apr 2020 01:08:28 GMT</pubDate>
    <dc:date>2020-04-04T01:08:28Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>1.1.8 followup</title>
      <link>https://blog.vyos.io/1-dot-1-8-followup</link>
      <description>&lt;div class="posthaven-post-body"&gt; 
 &lt;h2&gt;LLDP bug&lt;/h2&gt; 
 &lt;p&gt;James Brown reported on phabricator that LLDP is &lt;a href="https://phabricator.vyos.net/T456"&gt;not working in 1.1.8&lt;/a&gt;. Quite a mess up on our side: the reason it's not working is that it's built against the old OpenSSL 0.9.8 which is no longer in VyOS, but since the debian/control was missing dependency on libssl, it wasn't detected as dependent on OpenSSL and thus wasn't rebuilt.&lt;/p&gt; 
 &lt;p&gt;If you want LLDP back right now, you can install the helium3 package from our repository (http://dev.packages.vyos.net/legacy/repos/vyos/pool/main/l/lldpd/).&lt;/p&gt; 
 &lt;h2&gt;OSPF route-map&lt;/h2&gt; 
 &lt;p&gt;One feature is missing from the changelog because it was committed "stealthily", without a task number, and thus I missed it. It's the command for setting up route-map for installing routes imported from OSPF.&lt;/p&gt; 
 &lt;blockquote&gt; 
  &lt;p&gt;set protocols ospf route-map MyMap&lt;/p&gt; 
 &lt;/blockquote&gt; 
 &lt;p&gt;This route-map can prevent routes from getting installed into the kernel routing table, but make no mistake, it is not incoming route filtering (which would be very bad for OSPF). The routes will stay in OSPFd and in the RIB (they will be displayed as inactive).&lt;/p&gt; 
 &lt;h2&gt;The future of 1.1.x&lt;/h2&gt; 
 &lt;p&gt;So far it looks like we are going to make an 1.1.9 release to fix the LLDP bug. Perhaps we should also cherry-pick something safe from 1.2.0 too, if you have any specific bugfix or a tiny feature is mind, let us know.&lt;/p&gt; 
 &lt;h2&gt;VyOS 1.1.8 on AWS&lt;/h2&gt; 
 &lt;p&gt;The official 1.1.8 AMI passed the automated tests and it's on its way to the marketplace, the manual review by the marketplace team will take perhaps a week or so. &lt;br&gt;&lt;/p&gt; 
 &lt;p&gt;If you want to make you own, you can already use the &lt;a href="http://github.com/vyos/build-ami/" title="Link: http://github.com/vyos/build-ami/"&gt;AMI build scripts&lt;/a&gt; and point it to the (signed) release image URL.&lt;br&gt;&lt;/p&gt; 
 &lt;h2&gt;And while we are at it: IPv6 in VyOS 1.2.0&lt;/h2&gt; 
 &lt;p&gt;I've re-enabled the old patch for IPv6 VRRP in the current branch and it will be in today's nightly build. In 1.1.x, we had to disable it because in the older keepalived version IPv4 and IPv6 VRRP were mutually exclusive, however, in the current branch, it seems to work. If you feel adventurous, please test the nightly build (on lab VMs!) and tell us it it works for you.&lt;/p&gt; 
 &lt;p&gt;Also, on the forum, it was reported that the current branch image doesn't build. I've resolved that problem today so if you want to build an image, it should work.&lt;br&gt;&lt;/p&gt; 
&lt;/div&gt;</description>
      <content:encoded>&lt;div class="posthaven-post-body"&gt; 
 &lt;h2&gt;LLDP bug&lt;/h2&gt; 
 &lt;p&gt;James Brown reported on phabricator that LLDP is &lt;a href="https://phabricator.vyos.net/T456"&gt;not working in 1.1.8&lt;/a&gt;. Quite a mess up on our side: the reason it's not working is that it's built against the old OpenSSL 0.9.8 which is no longer in VyOS, but since the debian/control was missing dependency on libssl, it wasn't detected as dependent on OpenSSL and thus wasn't rebuilt.&lt;/p&gt; 
 &lt;p&gt;If you want LLDP back right now, you can install the helium3 package from our repository (http://dev.packages.vyos.net/legacy/repos/vyos/pool/main/l/lldpd/).&lt;/p&gt; 
 &lt;h2&gt;OSPF route-map&lt;/h2&gt; 
 &lt;p&gt;One feature is missing from the changelog because it was committed "stealthily", without a task number, and thus I missed it. It's the command for setting up route-map for installing routes imported from OSPF.&lt;/p&gt; 
 &lt;blockquote&gt; 
  &lt;p&gt;set protocols ospf route-map MyMap&lt;/p&gt; 
 &lt;/blockquote&gt; 
 &lt;p&gt;This route-map can prevent routes from getting installed into the kernel routing table, but make no mistake, it is not incoming route filtering (which would be very bad for OSPF). The routes will stay in OSPFd and in the RIB (they will be displayed as inactive).&lt;/p&gt; 
 &lt;h2&gt;The future of 1.1.x&lt;/h2&gt; 
 &lt;p&gt;So far it looks like we are going to make an 1.1.9 release to fix the LLDP bug. Perhaps we should also cherry-pick something safe from 1.2.0 too, if you have any specific bugfix or a tiny feature is mind, let us know.&lt;/p&gt; 
 &lt;h2&gt;VyOS 1.1.8 on AWS&lt;/h2&gt; 
 &lt;p&gt;The official 1.1.8 AMI passed the automated tests and it's on its way to the marketplace, the manual review by the marketplace team will take perhaps a week or so. &lt;br&gt;&lt;/p&gt; 
 &lt;p&gt;If you want to make you own, you can already use the &lt;a href="http://github.com/vyos/build-ami/" title="Link: http://github.com/vyos/build-ami/"&gt;AMI build scripts&lt;/a&gt; and point it to the (signed) release image URL.&lt;br&gt;&lt;/p&gt; 
 &lt;h2&gt;And while we are at it: IPv6 in VyOS 1.2.0&lt;/h2&gt; 
 &lt;p&gt;I've re-enabled the old patch for IPv6 VRRP in the current branch and it will be in today's nightly build. In 1.1.x, we had to disable it because in the older keepalived version IPv4 and IPv6 VRRP were mutually exclusive, however, in the current branch, it seems to work. If you feel adventurous, please test the nightly build (on lab VMs!) and tell us it it works for you.&lt;/p&gt; 
 &lt;p&gt;Also, on the forum, it was reported that the current branch image doesn't build. I've resolved that problem today so if you want to build an image, it should work.&lt;br&gt;&lt;/p&gt; 
&lt;/div&gt;  
&lt;img src="https://track.hubspot.com/__ptq.gif?a=4129050&amp;amp;k=14&amp;amp;r=https%3A%2F%2Fblog.vyos.io%2F1-dot-1-8-followup&amp;amp;bu=https%253A%252F%252Fblog.vyos.io&amp;amp;bvt=rss" alt="" width="1" height="1" style="min-height:1px!important;width:1px!important;border-width:0!important;margin-top:0!important;margin-bottom:0!important;margin-right:0!important;margin-left:0!important;padding-top:0!important;padding-bottom:0!important;padding-right:0!important;padding-left:0!important; "&gt;</content:encoded>
      <category>bug</category>
      <category>release</category>
      <category>Uncategorized</category>
      <pubDate>Tue, 14 Nov 2017 16:41:50 GMT</pubDate>
      <author>daniil@sentrium.io (Daniil Baturin)</author>
      <guid>https://blog.vyos.io/1-dot-1-8-followup</guid>
      <dc:date>2017-11-14T16:41:50Z</dc:date>
    </item>
    <item>
      <title>Update: 1.1.4 amd64 image load balancing problem</title>
      <link>https://blog.vyos.io/index.php/2015/03/11/update-114-amd64-image-load-balancing-problem</link>
      <description>&lt;p&gt;Updated image can be downloaded from the primary mirror, &lt;a href="http://packages.vyos.net/iso/release/1.1.4/vyos-1.1.4-1-amd64.iso"&gt;http://packages.vyos.net/iso/release/1.1.4/vyos-1.1.4-1-amd64.iso&lt;/a&gt;.&lt;/p&gt;</description>
      <content:encoded>&lt;p&gt;Updated image can be downloaded from the primary mirror, &lt;a href="http://packages.vyos.net/iso/release/1.1.4/vyos-1.1.4-1-amd64.iso"&gt;http://packages.vyos.net/iso/release/1.1.4/vyos-1.1.4-1-amd64.iso&lt;/a&gt;.&lt;/p&gt;  
&lt;img src="https://track.hubspot.com/__ptq.gif?a=4129050&amp;amp;k=14&amp;amp;r=https%3A%2F%2Fblog.vyos.io%2Findex.php%2F2015%2F03%2F11%2Fupdate-114-amd64-image-load-balancing-problem&amp;amp;bu=https%253A%252F%252Fblog.vyos.io&amp;amp;bvt=rss" alt="" width="1" height="1" style="min-height:1px!important;width:1px!important;border-width:0!important;margin-top:0!important;margin-bottom:0!important;margin-right:0!important;margin-left:0!important;padding-top:0!important;padding-bottom:0!important;padding-right:0!important;padding-left:0!important; "&gt;</content:encoded>
      <category>bug</category>
      <category>Uncategorized</category>
      <category>update</category>
      <pubDate>Wed, 11 Mar 2015 00:29:16 GMT</pubDate>
      <author>daniil@sentrium.io (Daniil Baturin)</author>
      <guid>https://blog.vyos.io/index.php/2015/03/11/update-114-amd64-image-load-balancing-problem</guid>
      <dc:date>2015-03-11T00:29:16Z</dc:date>
    </item>
    <item>
      <title>Load balancing problem in 1.1.4 amd64 image</title>
      <link>https://blog.vyos.io/index.php/2015/03/11/load-balancing-problem-in-114-amd64-image</link>
      <description>&lt;p&gt;I hope none of those who use load balancing had time to update to 1.1.4 image, because it was reported that it doesn’t work there.&lt;/p&gt;</description>
      <content:encoded>&lt;p&gt;I hope none of those who use load balancing had time to update to 1.1.4 image, because it was reported that it doesn’t work there.&lt;/p&gt;  
&lt;img src="https://track.hubspot.com/__ptq.gif?a=4129050&amp;amp;k=14&amp;amp;r=https%3A%2F%2Fblog.vyos.io%2Findex.php%2F2015%2F03%2F11%2Fload-balancing-problem-in-114-amd64-image&amp;amp;bu=https%253A%252F%252Fblog.vyos.io&amp;amp;bvt=rss" alt="" width="1" height="1" style="min-height:1px!important;width:1px!important;border-width:0!important;margin-top:0!important;margin-bottom:0!important;margin-right:0!important;margin-left:0!important;padding-top:0!important;padding-bottom:0!important;padding-right:0!important;padding-left:0!important; "&gt;</content:encoded>
      <category>bug</category>
      <category>Uncategorized</category>
      <pubDate>Wed, 11 Mar 2015 00:01:06 GMT</pubDate>
      <author>daniil@sentrium.io (Daniil Baturin)</author>
      <guid>https://blog.vyos.io/index.php/2015/03/11/load-balancing-problem-in-114-amd64-image</guid>
      <dc:date>2015-03-11T00:01:06Z</dc:date>
    </item>
    <item>
      <title>1.1.0 PPTP bug</title>
      <link>https://blog.vyos.io/index.php/2014/10/16/110-pptp-bug</link>
      <description>&lt;p&gt;Our user reported a PPTP bug in 1.1.0: options.pptpd is not generated correctly with default options. The symptoms are: PPTP does not work at all.&lt;/p&gt;</description>
      <content:encoded>&lt;p&gt;Our user reported a PPTP bug in 1.1.0: options.pptpd is not generated correctly with default options. The symptoms are: PPTP does not work at all.&lt;/p&gt;  
&lt;img src="https://track.hubspot.com/__ptq.gif?a=4129050&amp;amp;k=14&amp;amp;r=https%3A%2F%2Fblog.vyos.io%2Findex.php%2F2014%2F10%2F16%2F110-pptp-bug&amp;amp;bu=https%253A%252F%252Fblog.vyos.io&amp;amp;bvt=rss" alt="" width="1" height="1" style="min-height:1px!important;width:1px!important;border-width:0!important;margin-top:0!important;margin-bottom:0!important;margin-right:0!important;margin-left:0!important;padding-top:0!important;padding-bottom:0!important;padding-right:0!important;padding-left:0!important; "&gt;</content:encoded>
      <category>bug</category>
      <category>Uncategorized</category>
      <pubDate>Thu, 16 Oct 2014 07:49:16 GMT</pubDate>
      <author>daniil@sentrium.io (Daniil Baturin)</author>
      <guid>https://blog.vyos.io/index.php/2014/10/16/110-pptp-bug</guid>
      <dc:date>2014-10-16T07:49:16Z</dc:date>
    </item>
  </channel>
</rss>
