<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/data/templates/dhcpv6-server, branch feature/T9082-codeql-cpp</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=feature%2FT9082-codeql-cpp</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=feature%2FT9082-codeql-cpp'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2020-12-01T14:33:29+00:00</updated>
<entry>
<title>dhcpv6: T1433: combine templates for v4 and v6</title>
<updated>2020-12-01T14:33:29+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-12-01T14:33:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=50a9bf97e193e7f1dcfffa2deea2b6edde112c01'/>
<id>urn:sha1:50a9bf97e193e7f1dcfffa2deea2b6edde112c01</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vyos.template: T2720: fix remaining in-line time_block syntax</title>
<updated>2020-11-28T07:25:39+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-11-28T07:25:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c87ad948999c28c3c9449f98d60b545481ea29d5'/>
<id>urn:sha1:c87ad948999c28c3c9449f98d60b545481ea29d5</id>
<content type='text'>
Commit a2ac9fac ("vyos.template: T2720: always enable Jinja2 trim_blocks
feature") globally enabled the trim_blocks feature. Some templates still used
in-line trim_blocks "{%"- or "-%}" which caused miss-placed line endings.

This is fixed by removing all in-line trim_block statememnts of Jinja2 templates.
</content>
</entry>
<entry>
<title>dhcpv6: T2961: support stateless dhcpv6 clients</title>
<updated>2020-10-04T22:50:53+00:00</updated>
<author>
<name>Lucas Christian</name>
<email>lucas@lucasec.com</email>
</author>
<published>2020-10-04T22:50:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=51a6eaa324775049ee666503ca0a63571750ac25'/>
<id>urn:sha1:51a6eaa324775049ee666503ca0a63571750ac25</id>
<content type='text'>
This commit adds support for configuring the DHCPv6 server to serve
"stateless" DHCPv6 clients (those that send an information-request
message and do not request an address).

The change introduces a `common-options` node at the
`shared-network-name` level, which allows specifying options
applicable to clients regardless of subnet assigned (or in the case of
stateless clients, when no subnet is assigned). Parameters specified
at the subnet level take precedence over those set at the
shared-network level.

Presently, only parameters that are meaningful to stateless clients
have been exposed under `common-options`, as there is no precedent of
exposing parameters at multiple levels under the current DHCPv4 or
DHCPv6 configuration syntax. If desired, additional parameters could
certainly be added with relative ease.
</content>
</entry>
<entry>
<title>dhcpv6-server: T815: support delegating IPv6 prefixes</title>
<updated>2020-05-19T15:13:08+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-05-19T15:12:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=5cbdffd3c1bd3eedc1b17010964dc69be6962349'/>
<id>urn:sha1:5cbdffd3c1bd3eedc1b17010964dc69be6962349</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dhcpv6-server: T2406: move FQDN quoting to Jinja2 template</title>
<updated>2020-04-30T15:52:12+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-04-30T15:52:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=7267229981f1b933b60decd687d72b726453baf6'/>
<id>urn:sha1:7267229981f1b933b60decd687d72b726453baf6</id>
<content type='text'>
... no need to reinvent the wheel in our Python code.
</content>
</entry>
<entry>
<title>dhcpv6-server: T2185: migrate from SysVinit to systemd</title>
<updated>2020-04-12T20:31:52+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-04-12T20:31:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=0cbad2850451af896c997774cbd63812cdaf9f37'/>
<id>urn:sha1:0cbad2850451af896c997774cbd63812cdaf9f37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dhcpv6-server: T2230: move inlined templates to dedicated files</title>
<updated>2020-04-05T16:28:10+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-04-05T16:26:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a6100cde7c9f045175b5c958055df59bab6afe1a'/>
<id>urn:sha1:a6100cde7c9f045175b5c958055df59bab6afe1a</id>
<content type='text'>
</content>
</entry>
</feed>
