<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/data/templates/dhcp-client/ipv4.tmpl, 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>2022-04-16T10:14:56+00:00</updated>
<entry>
<title>dhcp(v6)-client: T4353: fix Jinja2 linting errors</title>
<updated>2022-04-16T10:14:56+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-04-16T10:14:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=039e323d7e46f7d8244c42794f713a0bfecbe2d3'/>
<id>urn:sha1:039e323d7e46f7d8244c42794f713a0bfecbe2d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dhcp(v6): T4333: migrate to new vyos_defined Jinja2 test</title>
<updated>2022-04-08T12:48:17+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-04-08T12:48:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=654dbc9aa3b0d27ec4f3faefff6cbd85fc3e1d1a'/>
<id>urn:sha1:654dbc9aa3b0d27ec4f3faefff6cbd85fc3e1d1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dhcp: T4008: change client retry interval form 300 -&gt; 60 seconds</title>
<updated>2021-11-18T16:59:52+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-11-18T16:55:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=be21deb31c3cdb9f221fb3765be13093e40407d8'/>
<id>urn:sha1:be21deb31c3cdb9f221fb3765be13093e40407d8</id>
<content type='text'>
(cherry picked from commit e1539b6fffaf10863e41a73a380f9de40f6aece6)
</content>
</entry>
<entry>
<title>dhclient: T3832: Add hexadecimal format for client-id</title>
<updated>2021-10-15T17:28:37+00:00</updated>
<author>
<name>Viacheslav</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2021-10-14T12:35:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=70836c5adb4e51bf46f79700b57b9a1437776793'/>
<id>urn:sha1:70836c5adb4e51bf46f79700b57b9a1437776793</id>
<content type='text'>
The hedadecimal option dhcp-cliend-identifier format is required
to set values without quotes, separated by colons.
</content>
</entry>
<entry>
<title>interfaces: dhcp-client: T3454: add reject option</title>
<updated>2021-04-02T23:14:28+00:00</updated>
<author>
<name>Charles Surett</name>
<email>surettcharles@gmail.com</email>
</author>
<published>2021-04-02T21:40:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e8535616aae2bf0c20aacee6a4d0761183bae6d9'/>
<id>urn:sha1:e8535616aae2bf0c20aacee6a4d0761183bae6d9</id>
<content type='text'>
Sometimes a modem might give a local IP before it retrieves a WAN IP.
This can be an issue with failover routes,
since the default route will get overridden.
</content>
</entry>
<entry>
<title>interfaces: dhcp-client: T2997: add option to not request DHCP router address</title>
<updated>2020-11-07T20:30:31+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-11-07T20:30:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=ed6e1f556b290231f1683a06ec366dbeb4c0776a'/>
<id>urn:sha1:ed6e1f556b290231f1683a06ec366dbeb4c0776a</id>
<content type='text'>
Some might want to have an IP address handed out by a DHCP server but not want
a default route to be installed. This can be done using the CLI command:
"set interfaces ethernet eth2 dhcp-options no-default-route"
</content>
</entry>
<entry>
<title>templates: dhcp-client: fix "Autogenerated by" script name</title>
<updated>2020-08-14T05:39:50+00:00</updated>
<author>
<name>Christian Pössinger</name>
<email>Christian.Poessinger@rohde-schwarz.com</email>
</author>
<published>2020-08-14T05:39:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9a85c946e5f4d125276da432bb3055d1369d47fd'/>
<id>urn:sha1:9a85c946e5f4d125276da432bb3055d1369d47fd</id>
<content type='text'>
Commit 21bc98f1 ("ifconfig: dhcp: T2767: client must not start when
interface is disabled") dropped dhcp.py which is now directly handled by
interface.py. This change should also be reflected in the generated files.
</content>
</entry>
<entry>
<title>ifconfig: T2653: unify DHCPv4 configuration</title>
<updated>2020-08-03T11:51:48+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-08-03T11:51:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b6dcb0a887a4fab89ca870d6142d6856cccc181f'/>
<id>urn:sha1:b6dcb0a887a4fab89ca870d6142d6856cccc181f</id>
<content type='text'>
Pass the interface dictionary transparently to the DHCP module and render the
DHCP client config template directly from the same source instead of transcoding
it once more.
</content>
</entry>
<entry>
<title>dhclient: T2393: migrate from SysVinit to systemd</title>
<updated>2020-04-28T17:24:53+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-04-28T17:24:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c5b7ea987a2e209bc553a89c340d0a208f926c71'/>
<id>urn:sha1:c5b7ea987a2e209bc553a89c340d0a208f926c71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dhcp: T2230: use external template files</title>
<updated>2020-04-11T12:12:55+00:00</updated>
<author>
<name>Thomas Mangin</name>
<email>thomas.mangin@exa.net.uk</email>
</author>
<published>2020-04-11T11:58:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e12a0ce922b67354ecd8e53414cda6b8b3a424fb'/>
<id>urn:sha1:e12a0ce922b67354ecd8e53414cda6b8b3a424fb</id>
<content type='text'>
</content>
</entry>
</feed>
