<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/python/vyos/interfaceconfig.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>2019-08-30T11:25:23+00:00</updated>
<entry>
<title>Python/ifconfig: rename interfaceconfig.py -&gt; ifconfig.py</title>
<updated>2019-08-30T11:25:23+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-08-30T11:25:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=24495a18b2ba39cd0c5b024dbe63f3e7df92e69c'/>
<id>urn:sha1:24495a18b2ba39cd0c5b024dbe63f3e7df92e69c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Python/ifconfig: re-work IP address creation/deletion</title>
<updated>2019-08-30T11:00:55+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-08-30T11:00:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=ffd45bf460b312f1799dc8418724bf597b2ffa20'/>
<id>urn:sha1:ffd45bf460b312f1799dc8418724bf597b2ffa20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Python/ifconfig: replace up()/down() with 'state' property</title>
<updated>2019-08-30T10:16:09+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-08-30T10:16:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=758715df97dea209bffd1a935b70a765a80d2d81'/>
<id>urn:sha1:758715df97dea209bffd1a935b70a765a80d2d81</id>
<content type='text'>
Commit cb1b72c5c ("Python/ifconfig: replace linkstate() with up()/down() methods")
replaced the linkstate property in favour of up()/down() functions.

Instead it really makes more sense to have a propery to also query the current
linkstate from sysfs.
</content>
</entry>
<entry>
<title>Python/ifconfig: add @property statement on 'remove' call</title>
<updated>2019-08-30T10:15:30+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-08-30T10:15:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=83ded2c50e750acb73294ddde5383d8ffdf746ed'/>
<id>urn:sha1:83ded2c50e750acb73294ddde5383d8ffdf746ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Python/ifconfig: re-work and rename remove_interface() -&gt; remove() to delete an interface</title>
<updated>2019-08-30T10:06:59+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-08-30T10:06:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=17454c22554b6161dbc177f9e6b798ae6d73e7bc'/>
<id>urn:sha1:17454c22554b6161dbc177f9e6b798ae6d73e7bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Python/ifconfig: replace linkstate() with up()/down() methods</title>
<updated>2019-08-30T10:00:44+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-08-30T10:00:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=cb1b72c5ccce1bd2d0f0b02eb4abeee0b5635d55'/>
<id>urn:sha1:cb1b72c5ccce1bd2d0f0b02eb4abeee0b5635d55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Python/ifconfig: re-work __init__ interface creation</title>
<updated>2019-08-30T09:46:19+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-08-30T09:46:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=bb5ff5e0b968612890791de48e43479b0352c532'/>
<id>urn:sha1:bb5ff5e0b968612890791de48e43479b0352c532</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Python/ifconfig: rework interface alias assignment</title>
<updated>2019-08-30T09:41:48+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-08-30T09:41:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=3238a9cc621975c9417885b3f8552585dce594be'/>
<id>urn:sha1:3238a9cc621975c9417885b3f8552585dce594be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Python/ifconfig: rework changing of interface MAC address</title>
<updated>2019-08-30T09:32:10+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-08-30T09:31:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=dff5f3f38f60b9da8e791593998e6f614da6e5ec'/>
<id>urn:sha1:dff5f3f38f60b9da8e791593998e6f614da6e5ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Python/ifconfig: remove unused depricated methods</title>
<updated>2019-08-30T09:10:43+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-08-30T09:10:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=fc0c87c83089dcd84a1b2dc93e4d27542e11bb54'/>
<id>urn:sha1:fc0c87c83089dcd84a1b2dc93e4d27542e11bb54</id>
<content type='text'>
</content>
</entry>
</feed>
