<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-op.git/functions, branch master</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=master</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-op.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/'/>
<updated>2013-05-24T20:44:13+00:00</updated>
<entry>
<title>Update DHCP server commands used in "show tech-support"</title>
<updated>2013-05-24T20:44:13+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=f4d30c08783b000e9f4d73a7cfbf18cce14ae346'/>
<id>urn:sha1:f4d30c08783b000e9f4d73a7cfbf18cce14ae346</id>
<content type='text'>
Bug 8502
(cherry picked from commit 0b9a7f1c5af6b382a6c64da7206b6edbff42c8e1)
</content>
</entry>
<entry>
<title>Bugfix 8830: Fix empty substitution in list search</title>
<updated>2013-04-01T17:12:06+00:00</updated>
<author>
<name>John Southworth</name>
<email>john.southworth@vyatta.com</email>
</author>
<published>2013-04-01T17:12:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=6510b77d1d21cce441297cdb1d3ca0232f0c4f28'/>
<id>urn:sha1:6510b77d1d21cce441297cdb1d3ca0232f0c4f28</id>
<content type='text'>
</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>
<entry>
<title>Bugfix 7774: fix quoted string variable expression</title>
<updated>2012-02-14T02:53:57+00:00</updated>
<author>
<name>John Southworth</name>
<email>john.southworth@vyatta.com</email>
</author>
<published>2012-02-14T02:53:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=c83583b1f07a28ac99172bbf158d3ba599dc7af5'/>
<id>urn:sha1:c83583b1f07a28ac99172bbf158d3ba599dc7af5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Send interpreter errors to stderr</title>
<updated>2012-01-05T18:14:50+00:00</updated>
<author>
<name>John Southworth</name>
<email>john.southworth@vyatta.com</email>
</author>
<published>2012-01-05T18:14:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=60f61c536556cf08359962e2f7cecce7e86ddbb3'/>
<id>urn:sha1:60f61c536556cf08359962e2f7cecce7e86ddbb3</id>
<content type='text'>
</content>
</entry>
</feed>
