<feed xmlns='http://www.w3.org/2005/Atom'>
<title>veeos-1x.git/python/vyos/configinterface.py, branch vyos/1.4dev1</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos-contrib/veeos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos-contrib/veeos-1x.git/atom?h=vyos%2F1.4dev1</id>
<link rel='self' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/atom?h=vyos%2F1.4dev1'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/'/>
<updated>2019-08-26T20:43:05+00:00</updated>
<entry>
<title>Python: configinterface: remove in favour of pyroute</title>
<updated>2019-08-26T20:43:05+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-08-26T20:43:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=10e5e6acf6711149c7502e5fbb3de6a75ede1adf'/>
<id>urn:sha1:10e5e6acf6711149c7502e5fbb3de6a75ede1adf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Python: configinterface: remove debug print() statements</title>
<updated>2019-08-19T21:45:55+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-08-19T21:44:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=4bd223a00ee35ff92aff4cb19d08c1c6c9190e10'/>
<id>urn:sha1:4bd223a00ee35ff92aff4cb19d08c1c6c9190e10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dummy: T1580: Python: support {add,remove}_interface in vyos.configinterface</title>
<updated>2019-08-19T21:45:55+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-08-19T21:42:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=0d33e60261bc97214fbb3aead6c5e30cae1b88a4'/>
<id>urn:sha1:0d33e60261bc97214fbb3aead6c5e30cae1b88a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[bridge] T1156: support adding interface addresses</title>
<updated>2019-08-05T10:27:34+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-08-05T09:41:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=61cf03e22bbd1cef574e1884e9814cc3cc464a90'/>
<id>urn:sha1:61cf03e22bbd1cef574e1884e9814cc3cc464a90</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[bridge] T1156: add missing 'pass' statements</title>
<updated>2019-08-04T20:33:20+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-08-04T20:33:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=2a2e3e8cded406ce209b94f565b16e5a766ec97e'/>
<id>urn:sha1:2a2e3e8cded406ce209b94f565b16e5a766ec97e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[bridge] T1156: validate if supplied MAC address is valid</title>
<updated>2019-08-04T20:31:06+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-08-04T20:31:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=8545b650f0cc1e7319744c3da57d5a74472246dc'/>
<id>urn:sha1:8545b650f0cc1e7319744c3da57d5a74472246dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[bridge] T1156: support adding and removing bridge member interfaces</title>
<updated>2019-08-03T20:23:37+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-08-02T15:27:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=5b836709a15e4f6a8775e5dc26609febd5bc2480'/>
<id>urn:sha1:5b836709a15e4f6a8775e5dc26609febd5bc2480</id>
<content type='text'>
This is the new syntax

 bridge br0 {
     member {
         interface eth0 {
             cost 10
         }
         interface eth1 {
             cost 11
         }
     }
 }
</content>
</entry>
<entry>
<title>[bridge] T1156: first working implementation using Python and XML</title>
<updated>2019-08-02T09:38:27+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-08-02T09:33:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=0faeedf5c381659d62164ee503127bca0b6897fd'/>
<id>urn:sha1:0faeedf5c381659d62164ee503127bca0b6897fd</id>
<content type='text'>
</content>
</entry>
</feed>
