<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-op.git/debian, branch lithium</title>
<subtitle>Vyatta bash completion for operational commands (mirror of https://github.com/vyos/vyatta-op.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyatta-op.git/atom?h=lithium</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-op.git/atom?h=lithium'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/'/>
<updated>2018-06-24T11:20:39+00:00</updated>
<entry>
<title>Merge branch 'current' into lithium</title>
<updated>2018-06-24T11:20:39+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2018-06-24T11:20:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=997291b8a6a66953c6a6270c2dda323769452581'/>
<id>urn:sha1:997291b8a6a66953c6a6270c2dda323769452581</id>
<content type='text'>
Conflicts:
	Makefile.am
	debian/changelog
	templates/restart/dns/forwarding/node.def
	templates/show/version/added/node.def
	templates/show/version/all/node.def
	templates/show/version/deleted/node.def
	templates/show/version/downgraded/node.def
	templates/show/version/node.def
	templates/show/version/upgraded/node.def
</content>
</entry>
<entry>
<title>T697: dependency clean up. Moving pciutils, usbutils, lsscsi, bmon, hvinfo to vyos-1x Moving iftop and lsof to the utils package list in vyos-build</title>
<updated>2018-06-14T19:40:56+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2018-06-14T19:34:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=add153b13de56f97624b2dc433fdbe21b36dbeed'/>
<id>urn:sha1:add153b13de56f97624b2dc433fdbe21b36dbeed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T618: supress stderr of hvinfo in the show version script.</title>
<updated>2018-05-03T14:47:55+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2018-05-03T14:47:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=18c58a419dd2e89b5f092baef5e4cccbbe1408dc'/>
<id>urn:sha1:18c58a419dd2e89b5f092baef5e4cccbbe1408dc</id>
<content type='text'>
Also convert the script to python3.
</content>
</entry>
<entry>
<title>T588: Remove DNS forwarder restart command in favor if XML interface definition</title>
<updated>2018-04-15T16:15:38+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2018-04-15T16:15:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=f4d9d3d9511300b1c309826aeee9b35ec282b327'/>
<id>urn:sha1:f4d9d3d9511300b1c309826aeee9b35ec282b327</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T523: Use new location for dnsmasq config files</title>
<updated>2018-01-21T16:12:58+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2018-01-21T16:12:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=7586d7f0b6fb9f24ba2d406941d963cf5b0068e8'/>
<id>urn:sha1:7586d7f0b6fb9f24ba2d406941d963cf5b0068e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix changelog date format</title>
<updated>2017-11-23T08:08:46+00:00</updated>
<author>
<name>Carl Byington</name>
<email>carl@five-ten-sg.com</email>
</author>
<published>2017-11-23T08:08:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=7d6556160144566a47ac43d528c334f62d26ba2e'/>
<id>urn:sha1:7d6556160144566a47ac43d528c334f62d26ba2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change 'show tech-support' behavior to always strip-private</title>
<updated>2017-10-29T15:28:19+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2017-10-29T14:36:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=699a9c48a9ac866ada70206dd1f3b1e1dd23a69c'/>
<id>urn:sha1:699a9c48a9ac866ada70206dd1f3b1e1dd23a69c</id>
<content type='text'>
Using "show tech-support" cmd will produce the tech-support output
without any private information.

Using "show tech-support private" cmd will produce the tech-support
output with private information included.

Note:
=====
The Perl script (vyos-strip-config.pl) used to remove any sensible information
will in addition remove version numbers if they match the regexp below:
  # Strip IPv4 addresses
  $input =~ s/\d+\.\d+\.(\d+)\.(\d+)/xxx.xxx.$1.$2/g if $stripIP;

Example:
========
i  apt                 xxx.xxx.9.8.4 amd64 commandline package manager
ii apt-transport-https xxx.xxx.9.8.4 amd64 https download transport for APT

i  apt                 1.0.9.8.4     amd64 commandline package manager
ii apt-transport-https 1.0.9.8.4     amd64 https download transport for APT

This behavior is present in the current implementation and should be
addressed during the move to the new Python scripts.
</content>
</entry>
<entry>
<title>remove console-setup dependency</title>
<updated>2017-03-25T13:45:07+00:00</updated>
<author>
<name>Kim</name>
<email>UnicronNL@users.noreply.github.com</email>
</author>
<published>2017-03-25T13:45:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=1002bd9b740befed18aca7a6ffafb786b91a9b3c'/>
<id>urn:sha1:1002bd9b740befed18aca7a6ffafb786b91a9b3c</id>
<content type='text'>
non of its binaries are used and it installs non needed xkb-data package</content>
</entry>
<entry>
<title>New implementation of the version display command (ref T6).</title>
<updated>2016-03-03T15:23:03+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2016-03-03T15:23:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=c18b9618f4577fb80b07a0471f19a11ed2b3dfcb'/>
<id>urn:sha1:c18b9618f4577fb80b07a0471f19a11ed2b3dfcb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>0.14.0+vyos2+current1</title>
<updated>2016-01-24T20:19:33+00:00</updated>
<author>
<name>Kim Hagen</name>
<email>kim.sidney@gmail.com</email>
</author>
<published>2016-01-24T20:19:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=c71796a32064cdd215530c0a6f3882a57add91d4'/>
<id>urn:sha1:c71796a32064cdd215530c0a6f3882a57add91d4</id>
<content type='text'>
</content>
</entry>
</feed>
