<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/op_mode, branch vyos/1.2.4</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=vyos%2F1.2.4</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=vyos%2F1.2.4'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2019-12-09T22:46:23+00:00</updated>
<entry>
<title>T1855, T1826: Restore support for reboot/poweroff in M minutes.</title>
<updated>2019-12-09T22:46:23+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2019-12-09T22:45:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=479a345e9ae6cb132498724e2285f6674a54a3c8'/>
<id>urn:sha1:479a345e9ae6cb132498724e2285f6674a54a3c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T1855, T1826: clean up the reboot/shutdown script.</title>
<updated>2019-12-09T22:14:55+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2019-12-09T22:14:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=7d8d04ae2fcdb6346029b9e4be2fefb2f0d2b309'/>
<id>urn:sha1:7d8d04ae2fcdb6346029b9e4be2fefb2f0d2b309</id>
<content type='text'>
</content>
</entry>
<entry>
<title>QAT: T1788: Intel QAT implementation</title>
<updated>2019-11-20T22:51:39+00:00</updated>
<author>
<name>DmitriyEshenko</name>
<email>snooppy@mail.ua</email>
</author>
<published>2019-11-08T16:05:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c5cf7d60844cbe95f57fd8487b3d53b9d19762a0'/>
<id>urn:sha1:c5cf7d60844cbe95f57fd8487b3d53b9d19762a0</id>
<content type='text'>
Conflicts:
	Makefile
</content>
</entry>
<entry>
<title> T1470: improve output of "show dhcpv6 server leases"</title>
<updated>2019-11-17T18:06:47+00:00</updated>
<author>
<name>Jernej Jakob</name>
<email>jernej.jakob@gmail.com</email>
</author>
<published>2019-06-23T15:01:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b4b11de59c1f53a15e1d5afbc0d392dfa768fb0d'/>
<id>urn:sha1:b4b11de59c1f53a15e1d5afbc0d392dfa768fb0d</id>
<content type='text'>
- change DUID to IAID_DUID
- format IAID_DUID as colon-separated hex list
- implement functions: pool, sort, state
- add op-mode definitions for pool, sort, state
- add columns: State, Type, Last communication, Pool
- implement json output
- implement completionHelp function
</content>
</entry>
<entry>
<title>T1378: extend version file with Git commit ID</title>
<updated>2019-05-13T20:02:36+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-05-13T20:00:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d77a3e3cf82f2a11601d93a9c6856cb52031ba37'/>
<id>urn:sha1:d77a3e3cf82f2a11601d93a9c6856cb52031ba37</id>
<content type='text'>
The Git commit ID will be crucial for the future when the full VyOS
build can be reproduced by the one Git commit ID, thus start recording it in
the version file.

(cherry picked from commit a8b5fae5581c03c5037c5fdc840be3e5bf984484)
</content>
</entry>
<entry>
<title>T1277: [dhcp-server] bugfix 'show dhcp server leases'</title>
<updated>2019-03-08T18:04:43+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-03-08T18:01:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d17f30a5002bc2ca6c65d486b917fbd8034fdcaf'/>
<id>urn:sha1:d17f30a5002bc2ca6c65d486b917fbd8034fdcaf</id>
<content type='text'>
The script did not check if the service was actually configured or not.
This caused a FileNotFoundError for unconfigured services.

  vyos@vyos:~$ show dhcp server leases
  Traceback (most recent call last):
    File "/usr/libexec/vyos/op_mode/show_dhcp.py", line 123, in &lt;module&gt;
      leases = get_leases(lease_file, state='active')
    File "/usr/libexec/vyos/op_mode/show_dhcp.py", line 60, in get_leases
      leases = IscDhcpLeases(lease_file).get()
    File "/usr/lib/python3/dist-packages/isc_dhcp_leases/iscdhcpleases.py", line 110, in get
      with open(self.filename) as lease_file:
  FileNotFoundError: [Errno 2] No such file or directory: '/config/dhcpd.leases'

(cherry picked from commit ed620ef7e8ba741e165698c558b110a31cc35dfd)
</content>
</entry>
<entry>
<title>T1277: [dhcpv6-server] bugfix 'show dhcpv6 server leases'</title>
<updated>2019-03-08T18:04:41+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-03-08T17:54:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=784d15af11ce115419b2b27ec274a0fba81db267'/>
<id>urn:sha1:784d15af11ce115419b2b27ec274a0fba81db267</id>
<content type='text'>
The script did not check if the service was actually configured or not.
This caused a FileNotFoundError for unconfigured services.

  vyos@vyos:~$ show dhcpv6 server leases
  Traceback (most recent call last):
    File "/usr/libexec/vyos/op_mode/show_dhcpv6.py", line 77, in &lt;module&gt;
      leases = get_leases(lease_file, state='active')
    File "/usr/libexec/vyos/op_mode/show_dhcpv6.py", line 46, in get_leases
      leases = IscDhcpLeases(lease_file).get()
    File "/usr/lib/python3/dist-packages/isc_dhcp_leases/iscdhcpleases.py", line 110, in get
      with open(self.filename) as lease_file:
  FileNotFoundError: [Errno 2] No such file or directory: '/config/dhcpdv6.leases'

(cherry picked from commit a6700c7d3b75854c3b213b65951a51464cd073be)
</content>
</entry>
<entry>
<title>fixes: T1254 - generate wireguard keypair fails when executed on the iso</title>
<updated>2019-02-28T13:53:03+00:00</updated>
<author>
<name>hagbard</name>
<email>vyosdev@derith.de</email>
</author>
<published>2019-02-19T20:36:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e95f526a6e517e68346dcf65eb27399190971f76'/>
<id>urn:sha1:e95f526a6e517e68346dcf65eb27399190971f76</id>
<content type='text'>
  - keypair can now be generated and used from the running iso to create wg tunnels on the fly

Conflicts:
	debian/changelog
</content>
</entry>
<entry>
<title>T1256: Execute "show ipsec vpn ipsec sa" returns incorrect results</title>
<updated>2019-02-21T21:38:23+00:00</updated>
<author>
<name>Daniel Pro</name>
<email>43214013+daniel-pro@users.noreply.github.com</email>
</author>
<published>2019-02-21T14:13:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=2f67ed3a142f74be43b0fd7e6cf8e7717b2c1b06'/>
<id>urn:sha1:2f67ed3a142f74be43b0fd7e6cf8e7717b2c1b06</id>
<content type='text'>
Not sure it's a normal case scenario, the one highlighted in T1256.
To managed it I changed the "if" logic.
</content>
</entry>
<entry>
<title>Correct the command suggestion in the "show vpn ipsec sa" script</title>
<updated>2019-01-12T16:22:07+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2019-01-12T16:22:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=99a407d2446bb5598581dd7fb26177872b1372f9'/>
<id>urn:sha1:99a407d2446bb5598581dd7fb26177872b1372f9</id>
<content type='text'>
in case when no active SAs are found.
</content>
</entry>
</feed>
