<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/conf_mode/interface-wireguard.py, branch equuleus</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=equuleus</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=equuleus'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2019-10-13T10:41:31+00:00</updated>
<entry>
<title>Sync XML interface description source file pattern and conf script name</title>
<updated>2019-10-13T10:41:31+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-10-13T10:40:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=fe7279454c86a2947b23fb0d769483b7fe2a3cc3'/>
<id>urn:sha1:fe7279454c86a2947b23fb0d769483b7fe2a3cc3</id>
<content type='text'>
    renamed:    interface-bonding.py -&gt; interfaces-bonding.py
    renamed:    interface-bridge.py -&gt; interfaces-bridge.py
    renamed:    interface-dummy.py -&gt; interfaces-dummy.py
    renamed:    interface-ethernet.py -&gt; interfaces-ethernet.py
    renamed:    interface-loopback.py -&gt; interfaces-loopback.py
    renamed:    interface-openvpn.py -&gt; interfaces-openvpn.py
    renamed:    interface-vxlan.py -&gt; interfaces-vxlan.py
    renamed:    interface-wireguard.py -&gt; interfaces-wireguard.py
</content>
</entry>
<entry>
<title>wireguard: T1724 - add check for option endpoint</title>
<updated>2019-10-11T15:45:44+00:00</updated>
<author>
<name>hagbard</name>
<email>vyosdev@derith.de</email>
</author>
<published>2019-10-11T15:45:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b8996f98127699d14626f254a27d26b9f5748b70'/>
<id>urn:sha1:b8996f98127699d14626f254a27d26b9f5748b70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[wireguard] - T1706: wireguard broken in latest rolling</title>
<updated>2019-10-01T19:52:09+00:00</updated>
<author>
<name>hagbard</name>
<email>vyosdev@derith.de</email>
</author>
<published>2019-10-01T19:52:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=cf499f958423919264884e9f1c5c1b593fd9de0e'/>
<id>urn:sha1:cf499f958423919264884e9f1c5c1b593fd9de0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wireguard: T1681 - code cleanup and maintenace.</title>
<updated>2019-09-24T20:35:14+00:00</updated>
<author>
<name>hagbard</name>
<email>vyosdev@derith.de</email>
</author>
<published>2019-09-24T20:35:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c6e9285262ddd762aac96ad3fa30d63cdeb2c6f2'/>
<id>urn:sha1:c6e9285262ddd762aac96ad3fa30d63cdeb2c6f2</id>
<content type='text'>
  * fully uses VYOS_TAGNODE_VALUE, which reduces checks and loops
    to a single interface
  * config comparison happens now only in get_config()
</content>
</entry>
<entry>
<title>Python/ifconfig: T1557: refactor Interface 'state' property to set_state()/get_state()</title>
<updated>2019-09-24T19:53:25+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-09-24T17:03:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=065adc3ab2ee6262b4a1a85762697ac81fc5b084'/>
<id>urn:sha1:065adc3ab2ee6262b4a1a85762697ac81fc5b084</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Python/ifconfig: T1557: refactor Interface 'ifalias' property to set_alias()</title>
<updated>2019-09-24T19:53:25+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-09-24T16:40:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=12d0cdf69ba15dccb705e212ea605b692f825dbd'/>
<id>urn:sha1:12d0cdf69ba15dccb705e212ea605b692f825dbd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Python/ifconfig: T1557: refactor 'mtu' property to get_mtu()/set_mtu()</title>
<updated>2019-09-24T16:10:48+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-09-24T16:04:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d77f68ef3198cff019e1e2d74dfe2290800a1ea6'/>
<id>urn:sha1:d77f68ef3198cff019e1e2d74dfe2290800a1ea6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[wireguard] - T1672: Wireguard keys not automatically moved</title>
<updated>2019-09-19T20:16:56+00:00</updated>
<author>
<name>hagbard</name>
<email>vyosdev@derith.de</email>
</author>
<published>2019-09-19T20:16:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=eb9c6ff745fc5d4e23c224a441874ae6fcf97ac5'/>
<id>urn:sha1:eb9c6ff745fc5d4e23c224a441874ae6fcf97ac5</id>
<content type='text'>
  - due to the named keys feature keys reside in named directories
  - adding a check if the variable VYOS_TAGNODE_VALUE has content
</content>
</entry>
<entry>
<title>[wireguard]: T1650 - cli option to delete default wg key</title>
<updated>2019-09-10T18:28:53+00:00</updated>
<author>
<name>hagbard</name>
<email>vyosdev@derith.de</email>
</author>
<published>2019-09-10T18:28:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=db07e6fa76d90eaf80a06729753fb89266437674'/>
<id>urn:sha1:db07e6fa76d90eaf80a06729753fb89266437674</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[wireguard]: T1572 - Wireguard keyPair per interface</title>
<updated>2019-09-10T17:28:29+00:00</updated>
<author>
<name>hagbard</name>
<email>vyosdev@derith.de</email>
</author>
<published>2019-09-09T18:55:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=1017c8103f12ebd6db4f250d8a154571fff32db1'/>
<id>urn:sha1:1017c8103f12ebd6db4f250d8a154571fff32db1</id>
<content type='text'>
  - param key location added in op-mode script
  - param delkey and listkey implemented in op-mode script
  - param delkey implemented in op-mode script
  - generate and store named keys
  - interface implementation tu use cli option
    'private-key'
</content>
</entry>
</feed>
