<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git, branch vyos/1.2.6</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=vyos%2F1.2.6</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=vyos%2F1.2.6'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2020-09-11T01:37:17+00:00</updated>
<entry>
<title>New release.</title>
<updated>2020-09-11T01:37:17+00:00</updated>
<author>
<name>VyOS Maintainers</name>
<email>maintainers@vyos.net</email>
</author>
<published>2020-09-11T01:37:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=94355927bfa21cda01e7db54060cf0292bbacd43'/>
<id>urn:sha1:94355927bfa21cda01e7db54060cf0292bbacd43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>qat: T2853: fix "show system acceleration qat status" command</title>
<updated>2020-09-04T11:20:27+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-09-04T11:20:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=bcdda6aaabe955ca3c21fa9917f1b41d7156eebb'/>
<id>urn:sha1:bcdda6aaabe955ca3c21fa9917f1b41d7156eebb</id>
<content type='text'>
Intel script sytax had changed.
</content>
</entry>
<entry>
<title>qat: T2853: fix op-mode path to Intel scripts</title>
<updated>2020-09-04T11:12:22+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-09-04T11:12:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=5b60728992b8990bd3e2e60feae35b6e07c30ada'/>
<id>urn:sha1:5b60728992b8990bd3e2e60feae35b6e07c30ada</id>
<content type='text'>
Ammendmend to commit 9a95a7b4e3bf ("qat: T2853: fix path to init script from
Intel source tarball").
</content>
</entry>
<entry>
<title>qat: T2853: fix path to init script from Intel source tarball</title>
<updated>2020-09-04T05:19:12+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-09-04T05:19:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9a95a7b4e3bf3d34be6f3ba866fa59b90f49fcbf'/>
<id>urn:sha1:9a95a7b4e3bf3d34be6f3ba866fa59b90f49fcbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ddclient: T2852: cleanup files after service deletion</title>
<updated>2020-09-03T21:16:59+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-09-03T21:16:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=755c796f4350ed64add42acd199de631aea98129'/>
<id>urn:sha1:755c796f4350ed64add42acd199de631aea98129</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ddclient: T2852: bugfix service deletion</title>
<updated>2020-09-03T20:16:16+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-09-03T20:16:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=33684c1a645e5b9124a8a8630e8f3c168420d23e'/>
<id>urn:sha1:33684c1a645e5b9124a8a8630e8f3c168420d23e</id>
<content type='text'>
When service was deleted we tried accessing a dictionary which was actually of
type None which is not possible.
</content>
</entry>
<entry>
<title>pppoe-server: T2829: bugfix MPPE node definition</title>
<updated>2020-08-26T18:09:44+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-08-26T18:09:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=1bb1a388dba4b2e21ca20de78317d853bea10845'/>
<id>urn:sha1:1bb1a388dba4b2e21ca20de78317d853bea10845</id>
<content type='text'>
PPPoE server supports setting the MPPE preferences, it is implemented as node
with leafNodes for require, prefer and deny. This will render a wrong AccelPPP
configuration as it will be "None" if specified.

pppoe-server {
    ppp-options {
        mppe {
            deny
            require
        }
    }
}

instead it must be:

pppoe-server {
    ppp-options {
        mppe require
    }
}
</content>
</entry>
<entry>
<title>lcd: T2564: add CLI support</title>
<updated>2020-08-22T10:45:56+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-08-22T10:45:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=ff0bdfbc523ac8dbcb885361f06c6a329ca502cb'/>
<id>urn:sha1:ff0bdfbc523ac8dbcb885361f06c6a329ca502cb</id>
<content type='text'>
- set system lcd model
- set system lcd device
</content>
</entry>
<entry>
<title>lcd: T2564: add lcdproc dependency</title>
<updated>2020-08-20T21:17:05+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-08-20T21:17:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=2be5f188b6eb2b783a366a4d5b0ff3018d121f65'/>
<id>urn:sha1:2be5f188b6eb2b783a366a4d5b0ff3018d121f65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Debian: alphabetically sort (build-)dependencies</title>
<updated>2020-08-20T21:16:31+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-08-20T21:16:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=654a96285721ac83780bf648345ec4d48a7390ce'/>
<id>urn:sha1:654a96285721ac83780bf648345ec4d48a7390ce</id>
<content type='text'>
</content>
</entry>
</feed>
