<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/data/templates/dhcp-server, branch vyos/1.4dev1</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/marekm72/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/marekm72/vyos-1x.git/atom?h=vyos%2F1.4dev1</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-1x.git/atom?h=vyos%2F1.4dev1'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/'/>
<updated>2023-09-05T19:09:54+00:00</updated>
<entry>
<title>T2958: Refactor DHCP-server systemd unit and lease</title>
<updated>2023-09-05T19:09:54+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-09-05T19:09:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=24d65014bbdb2de0bde5ca9e5664baa9f7ac7121'/>
<id>urn:sha1:24d65014bbdb2de0bde5ca9e5664baa9f7ac7121</id>
<content type='text'>
Render isc-dhcp-server systemd unit from configuration
</content>
</entry>
<entry>
<title>T4832: dhcp: Add IPv6-only dhcp option support (RFC 8925)</title>
<updated>2022-11-21T07:47:17+00:00</updated>
<author>
<name>Yuxiang Zhu</name>
<email>vfreex@gmail.com</email>
</author>
<published>2022-11-20T17:02:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=cca7ec3efbf66a9ca6005352133528c4286c2be9'/>
<id>urn:sha1:cca7ec3efbf66a9ca6005352133528c4286c2be9</id>
<content type='text'>
Clients supporting this DHCP option (DHCP option 108, RFC 8925) will
disable its IPv4 network stack for configured number of seconds
and operate in IPv6-only mode.

This option is known to work on iOS 15+ and macOS 12.0.1+.

Example command:
```sh
set service dhcp-server shared-network-name LAN6 subnet 192.168.64.0/24 ipv6-only-preferred 0
```
</content>
</entry>
<entry>
<title>dhcp: T4389: fix vendor name, it is ubiquiti with an i, not yx</title>
<updated>2022-04-26T16:42:20+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-04-26T16:42:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=03770cdacb750344cdb0eaa260ad6d56684293c0'/>
<id>urn:sha1:03770cdacb750344cdb0eaa260ad6d56684293c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dhcp: T4389: add vendor option support for Ubiquity Unifi controller</title>
<updated>2022-04-22T20:39:08+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-04-22T20:37:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=7711018aaebbefeb19e6e551f24ce08531970f7f'/>
<id>urn:sha1:7711018aaebbefeb19e6e551f24ce08531970f7f</id>
<content type='text'>
vyos@vyos# show service dhcp-server
 shared-network-name LAN {
     subnet 172.18.201.0/24 {
         default-router 172.18.201.1
         name-server 172.18.201.2
         range 0 {
             start 172.18.201.101
             stop 172.18.201.109
         }
         vendor-option {
             ubiquity {
                 unifi-controller 172.16.100.1
             }
         }
     }
 }
</content>
</entry>
<entry>
<title>dhcpv6: T4357: rename vsio -&gt; vendor-option</title>
<updated>2022-04-22T20:02:43+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-04-22T20:02:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=be4aa3ae247bdc90ad151845bb2a02e5f199af5d'/>
<id>urn:sha1:be4aa3ae247bdc90ad151845bb2a02e5f199af5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dhcpv6: T4357: length must be encoded else packet is malformed</title>
<updated>2022-04-22T20:01:47+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-04-22T20:01:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=a858e5a62000f164bc4b28125914b4d8db9da3b8'/>
<id>urn:sha1:a858e5a62000f164bc4b28125914b4d8db9da3b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dhcpv6: T4357: no need to make the vendor options conditional - they do not hurt</title>
<updated>2022-04-22T19:51:42+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-04-22T19:51:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=4c9446dc13922cd328b45ef545e83d4e10c01a36'/>
<id>urn:sha1:4c9446dc13922cd328b45ef545e83d4e10c01a36</id>
<content type='text'>
Always render int he vendor specific option definition - it doesn't hurt.
</content>
</entry>
<entry>
<title>dhcpv6: T4357: Add dhcpv6 options for cisco VoIP tftp</title>
<updated>2022-04-22T15:33:07+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2022-04-19T23:16:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=39e35ee4caae7dc40f7270b3dc5e4161d64dac1b'/>
<id>urn:sha1:39e35ee4caae7dc40f7270b3dc5e4161d64dac1b</id>
<content type='text'>
Add vendor specific options for DHCPv6-server  for working with
cisco VoIP phone provisioning over IPv6
</content>
</entry>
<entry>
<title>dhcp(v6)-server: T4353: fix Jinja2 linting errors</title>
<updated>2022-04-15T19:57:03+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-04-15T19:57:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=abfe42d11137373f6549d17e69618840d574e524'/>
<id>urn:sha1:abfe42d11137373f6549d17e69618840d574e524</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dhcp: T4333: migrate to new vyos_defined Jinja2 test</title>
<updated>2022-04-13T20:55:46+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-04-13T20:53:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=f5dc3db1fb62a51b80eeb635e91e38d28c0fe291'/>
<id>urn:sha1:f5dc3db1fb62a51b80eeb635e91e38d28c0fe291</id>
<content type='text'>
</content>
</entry>
</feed>
