<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-op.git/functions, branch vyos/1.2.6</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=vyos%2F1.2.6</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-op.git/atom?h=vyos%2F1.2.6'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/'/>
<updated>2018-06-10T20:14:06+00:00</updated>
<entry>
<title>Related to T689: update the show tech-support scripts.</title>
<updated>2018-06-10T20:14:06+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2018-06-10T20:14:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=98c47096b1b008066963b8e99ce792f0f5127345'/>
<id>urn:sha1:98c47096b1b008066963b8e99ce792f0f5127345</id>
<content type='text'>
Remove references to Vyatta.
Remove all references to serial WAN interfaces: not supported since forever.
Remove references to IPS, also not supported since forever.
Update configuration path for NAT.
Do not try to check if VRRP is configured since it can be inside VIFs,
the old check was incomplete.
</content>
</entry>
<entry>
<title>T207: modified brctl location</title>
<updated>2016-12-11T21:52:35+00:00</updated>
<author>
<name>Ewald van Geffen</name>
<email>ewald@abcdef.be</email>
</author>
<published>2016-12-11T21:52:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=5bcdfaec5070a3eac32dca289167dc995db75b6b'/>
<id>urn:sha1:5bcdfaec5070a3eac32dca289167dc995db75b6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update debian live mountpoin.</title>
<updated>2016-02-08T16:56:29+00:00</updated>
<author>
<name>Kim Hagen</name>
<email>kim.sidney@gmail.com</email>
</author>
<published>2016-02-08T16:56:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=b4275461305f74798c7805ce2a5d25105e82caea'/>
<id>urn:sha1:b4275461305f74798c7805ce2a5d25105e82caea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update DHCP server commands used in "show tech-support"</title>
<updated>2013-05-24T20:23:51+00:00</updated>
<author>
<name>James Davidson</name>
<email>james.davidson@vyatta.com</email>
</author>
<published>2013-05-24T20:23:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=0b9a7f1c5af6b382a6c64da7206b6edbff42c8e1'/>
<id>urn:sha1:0b9a7f1c5af6b382a6c64da7206b6edbff42c8e1</id>
<content type='text'>
Bug 8502
</content>
</entry>
<entry>
<title>bug fix for 8274 - fix deprecated commands in show tech support.</title>
<updated>2012-09-14T21:54:31+00:00</updated>
<author>
<name>Deepti Kulkarni</name>
<email>deepti@vyatta.com</email>
</author>
<published>2012-09-14T21:54:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=92b67d011c8401f312517933c7578bd510b3b16f'/>
<id>urn:sha1:92b67d011c8401f312517933c7578bd510b3b16f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move display of entitlement info to the top of tech-support output</title>
<updated>2012-08-28T23:58:51+00:00</updated>
<author>
<name>James Davidson</name>
<email>james.davidson@vyatta.com</email>
</author>
<published>2012-08-28T23:58:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=b2fa9e67ea806f4dc10c9eeed727e11356ca9b67'/>
<id>urn:sha1:b2fa9e67ea806f4dc10c9eeed727e11356ca9b67</id>
<content type='text'>
Also, only attempt to display entitlement info if it is present.

Fixes bug 8260
</content>
</entry>
<entry>
<title>Fix handling of single quote character (') when parsing command</title>
<updated>2012-08-16T16:41:13+00:00</updated>
<author>
<name>James Davidson</name>
<email>james.davidson@vyatta.com</email>
</author>
<published>2012-08-13T17:23:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=aab0c46891649f9dc3c4be2d01c74e330c4f6917'/>
<id>urn:sha1:aab0c46891649f9dc3c4be2d01c74e330c4f6917</id>
<content type='text'>
The previous parsing logic worked on word boundries but did not handle
multiple single quote characters in the same word. This lead to the
misinterpretation of whether subsequent words being parsed were quoted
or not.

The new parsing code breaks the command line up into substrings at
single quote boundries so the relative location of sigle quote characters
is irrelevant.

Fixes bug 8210
</content>
</entry>
<entry>
<title>Bugfix 8013: Fix space at end of line in command conversion</title>
<updated>2012-04-11T20:29:52+00:00</updated>
<author>
<name>John Southworth</name>
<email>john.southworth@vyatta.com</email>
</author>
<published>2012-04-11T20:29:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=d03721ce6e2a277c2992afb1392912beb8ac368d'/>
<id>urn:sha1:d03721ce6e2a277c2992afb1392912beb8ac368d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add bridge info to show tech support</title>
<updated>2012-02-21T19:35:58+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2012-02-21T19:23:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=7bca34640d477540dbc8628d4734cb7fd14a96dd'/>
<id>urn:sha1:7bca34640d477540dbc8628d4734cb7fd14a96dd</id>
<content type='text'>
Put bridge info in show tech support
Also show ethernet offload settings
</content>
</entry>
<entry>
<title>escape escape characters so they aren't evaluated during command processing</title>
<updated>2012-02-15T05:54:37+00:00</updated>
<author>
<name>John Southworth</name>
<email>john.southworth@vyatta.com</email>
</author>
<published>2012-02-15T05:54:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=b05a5eebc73ab15c1ae82f79e221e1e476a9b1b1'/>
<id>urn:sha1:b05a5eebc73ab15c1ae82f79e221e1e476a9b1b1</id>
<content type='text'>
</content>
</entry>
</feed>
