<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/include/interface, branch 1.4.0-epa1</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=1.4.0-epa1</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-1x.git/atom?h=1.4.0-epa1'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/'/>
<updated>2023-12-21T09:59:50+00:00</updated>
<entry>
<title>dhcp: T5846: Ensure DUID regex range is bound</title>
<updated>2023-12-21T09:59:50+00:00</updated>
<author>
<name>Indrajit Raychaudhuri</name>
<email>irc@indrajit.com</email>
</author>
<published>2023-12-21T09:18:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=4a890dba1c4b06f177de24bbb54f55b2428ad2f1'/>
<id>urn:sha1:4a890dba1c4b06f177de24bbb54f55b2428ad2f1</id>
<content type='text'>
The DUID regex was missing a lower bound, which could cause it not to
match when it should.

We have to specify the lower bound explicitly as 0 to keep the regex
behavior similar to that in Python (in Python, omitting the lower bound
is equivalent to specifying 0).

(cherry picked from commit 551f06218755076cde588c848c01ce5ca1bf5e6b)
</content>
</entry>
<entry>
<title>dhcp: T5846: Fix include path</title>
<updated>2023-12-21T08:06:45+00:00</updated>
<author>
<name>Indrajit Raychaudhuri</name>
<email>irc@indrajit.com</email>
</author>
<published>2023-12-21T07:59:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=9fabf1799e216a72473c833082c6d8c1d7bd5549'/>
<id>urn:sha1:9fabf1799e216a72473c833082c6d8c1d7bd5549</id>
<content type='text'>
(cherry picked from commit 5768bc2d56cc8aabd8d276a2afc30608c1bc9838)
</content>
</entry>
<entry>
<title>dhcp: T5846: Refactor and simplify DUID definition</title>
<updated>2023-12-21T07:53:24+00:00</updated>
<author>
<name>Indrajit Raychaudhuri</name>
<email>irc@indrajit.com</email>
</author>
<published>2023-12-20T21:34:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=b7e2db954bc026d1cc26e1744abbb3d12285500e'/>
<id>urn:sha1:b7e2db954bc026d1cc26e1744abbb3d12285500e</id>
<content type='text'>
Refactor DUID XML definition in conf-mode to be reusable. Additionally, remove
explicit call to a separate validator `ipv6-duid` and inline the regex into the
XML definition.

(cherry picked from commit 51e7832fc5c88f9956b26157a80947bad4495a4e)
</content>
</entry>
<entry>
<title>dhcp-client: T5760: add CLI option to pass user-class parameter</title>
<updated>2023-11-20T14:55:03+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-11-19T20:47:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=30bbf2278f2b30d4cb67331292c27d09f9a81bf0'/>
<id>urn:sha1:30bbf2278f2b30d4cb67331292c27d09f9a81bf0</id>
<content type='text'>
Example:
set interfaces ethernet eth0 dhcp-options user-class VyOS
or
set interfaces ethernet eth0 dhcp-options user-class 56:79:4f:53

(cherry picked from commit 260645d0c6ff078cc89601f3a586195902f9c18e)
</content>
</entry>
<entry>
<title>dhcp-client: T5760: add constraints for dhclient string options</title>
<updated>2023-11-20T14:55:03+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-11-19T20:43:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=f9b1323a1464af2da539bf279bec77fdea771b0c'/>
<id>urn:sha1:f9b1323a1464af2da539bf279bec77fdea771b0c</id>
<content type='text'>
The string data type specifies either an NVT ASCII string enclosed in double
quotes, or a series of octets specified in hexadecimal, separated by colons.

For example:

set interfaces ethernet eth0 dhcp-options client-id CLIENT-FOO
or
set interfaces ethernet eth0 dhcp-options client-id 43:4c:49:45:54:2d:46:4f:4f

As of now there was no input validation performed.

(cherry picked from commit bed1cd01904ef89b5d31bd47de0f230214900f16)
</content>
</entry>
<entry>
<title>eapol: T4782: Support multiple CA chains</title>
<updated>2023-08-30T22:16:03+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2023-08-30T22:11:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=493d060922f638d81dd5d4a81ffdf19e16943e3e'/>
<id>urn:sha1:493d060922f638d81dd5d4a81ffdf19e16943e3e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>interface: T3509: Add per-interface IPv6 source validation</title>
<updated>2023-08-25T14:51:49+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2023-08-25T11:54:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=b6f742716da5f89c7f3f3501220e0f3ae1df45d8'/>
<id>urn:sha1:b6f742716da5f89c7f3f3501220e0f3ae1df45d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2159 from c-po/t5491-wifi</title>
<updated>2023-08-23T18:20:23+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-08-23T18:20:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=db67bc204e77fb2dd7d4a76672c63bc9bbfc07e1'/>
<id>urn:sha1:db67bc204e77fb2dd7d4a76672c63bc9bbfc07e1</id>
<content type='text'>
wifi: T5491: allow white-/blacklisting station MAC addresses for security</content>
</entry>
<entry>
<title>Merge pull request #2156 from giga1699/T5447</title>
<updated>2023-08-23T05:35:28+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-08-23T05:35:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=8c7fbec24f8bfe064d8ad804951f5ae59b54748f'/>
<id>urn:sha1:8c7fbec24f8bfe064d8ad804951f5ae59b54748f</id>
<content type='text'>
T5447: Initial support for MACsec static keys</content>
</entry>
<entry>
<title>T5447: Implement maintainer feedback</title>
<updated>2023-08-20T15:46:50+00:00</updated>
<author>
<name>Giga Murphy</name>
<email>giga1699@gmail.com</email>
</author>
<published>2023-08-20T15:46:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=525beb3202bb3ccb15c28d2c41e24e68762af253'/>
<id>urn:sha1:525beb3202bb3ccb15c28d2c41e24e68762af253</id>
<content type='text'>
</content>
</entry>
</feed>
