<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/migration-scripts/interfaces/17-to-18, branch 1.3.5</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-1x.git/atom?h=1.3.5</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=1.3.5'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2020-12-20T14:22:05+00:00</updated>
<entry>
<title>ethernet: T3140: relax "ethernet offload-options" CLI definition</title>
<updated>2020-12-20T14:22:05+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-12-20T14:22:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c8551d473b12c44b5bbb9d9e9d7921410eb55a5b'/>
<id>urn:sha1:c8551d473b12c44b5bbb9d9e9d7921410eb55a5b</id>
<content type='text'>
Migrate from
 ethernet eth1 {
     offload-options {
         generic-receive on
         generic-segmentation on
         scatter-gather on
         tcp-segmentation on
         udp-fragmentation on
     }
 }

to

  ethernet eth1 {
      offload {
          ufo
          tso
          sg
          gso
          gro
      }
  }
</content>
</entry>
<entry>
<title>wifi: T3043: country-code should be lower case</title>
<updated>2020-12-20T13:25:33+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-12-20T13:25:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=466452c1b9f5d497dadc0ea45317ef14407c6c84'/>
<id>urn:sha1:466452c1b9f5d497dadc0ea45317ef14407c6c84</id>
<content type='text'>
</content>
</entry>
</feed>
