<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/tests/test_validate.py, 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-08-06T18:25:01+00:00</updated>
<entry>
<title>smoketest: T5428: check for process running in designated VRF</title>
<updated>2023-08-06T18:25:01+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-08-06T17:05:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=710dac553fac93d8a205c9bc7e6b116753ac0b34'/>
<id>urn:sha1:710dac553fac93d8a205c9bc7e6b116753ac0b34</id>
<content type='text'>
Start IPv4/IPv6 DHCP clients on an interface bound to a given VRF. Verify that
the client process runs in the VRF context.
</content>
</entry>
<entry>
<title>T5195: move helpers from vyos.validate to vyos.utils package</title>
<updated>2023-08-06T18:25:01+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-08-06T17:29:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=d1c4294534dd04f075f89f1bb60736d56fc6c22a'/>
<id>urn:sha1:d1c4294534dd04f075f89f1bb60736d56fc6c22a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test: vyos.validate: also test interface identifier in is_ipv6_link_local()</title>
<updated>2022-01-03T17:44:14+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-01-03T17:43:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=b64dbabe1ccacba7154391118de481086f1dcc19'/>
<id>urn:sha1:b64dbabe1ccacba7154391118de481086f1dcc19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test: vyos.validate: check is_addr_assigned()</title>
<updated>2020-12-10T18:09:36+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-12-10T18:09:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=df82e621e3daa3e545a5258418134303a3dd2f89'/>
<id>urn:sha1:df82e621e3daa3e545a5258418134303a3dd2f89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "vyos.ifconfig: T1579: do not remove IPv6 link-local address on reconfiguration"</title>
<updated>2020-12-06T19:57:15+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-12-06T19:57:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=e0831f39d8ec0c65dfb55e97dd1e8e98463504f0'/>
<id>urn:sha1:e0831f39d8ec0c65dfb55e97dd1e8e98463504f0</id>
<content type='text'>
This reverts commit d247736f67cc056062b75a4215a031bebcfee2ee.

We need to clean link-local IPv6 addresses on link reconfiguration to also drop
no longer existing link-local addresse son MAC address change.
</content>
</entry>
<entry>
<title>vyos.ifconfig: T1579: do not remove IPv6 link-local address on reconfiguration</title>
<updated>2020-12-06T17:13:31+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-12-06T17:13:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=d247736f67cc056062b75a4215a031bebcfee2ee'/>
<id>urn:sha1:d247736f67cc056062b75a4215a031bebcfee2ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vyos.template: provide general is_ip(v4|v6) helpers</title>
<updated>2020-11-13T13:50:11+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-11-13T13:50:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=6962bc53fa246f3e5c081ffec5f996fcb821273b'/>
<id>urn:sha1:6962bc53fa246f3e5c081ffec5f996fcb821273b</id>
<content type='text'>
We had two places were the is_ip, is_ipv4 and is_ipv6 helpers had been defined.
All places now have been converged into vyos.template as they are used both
in the Jinja2 templates and also in our scripts.
</content>
</entry>
<entry>
<title>test: extend validate testcases</title>
<updated>2020-11-01T12:51:44+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-11-01T12:44:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=0bb7a7d32b6182064acf3203050464f22815ef5d'/>
<id>urn:sha1:0bb7a7d32b6182064acf3203050464f22815ef5d</id>
<content type='text'>
Test additional network combinations of address and prefixes.
</content>
</entry>
<entry>
<title>test: vyos.validate: add unittests</title>
<updated>2020-11-01T12:51:06+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-11-01T08:40:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=793f25bfb801a85a217d7ff181fc462ffb560709'/>
<id>urn:sha1:793f25bfb801a85a217d7ff181fc462ffb560709</id>
<content type='text'>
</content>
</entry>
</feed>
