<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-op.git/etc, branch debian/0.12</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=debian%2F0.12</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-op.git/atom?h=debian%2F0.12'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/'/>
<updated>2008-07-01T23:25:48+00:00</updated>
<entry>
<title>fix for bug 3414: make op mode functions available in config mode.</title>
<updated>2008-07-01T23:25:48+00:00</updated>
<author>
<name>An-Cheng Huang</name>
<email>ancheng@vyatta.com</email>
</author>
<published>2008-07-01T23:25:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=7a93bacf5b49f599ffedd11c10d8d156e2c85111'/>
<id>urn:sha1:7a93bacf5b49f599ffedd11c10d8d156e2c85111</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Bug 1059 Feature Request: integrate 'tcpdump' and 'tethereal' into Vyatta CLI</title>
<updated>2008-04-03T21:59:25+00:00</updated>
<author>
<name>Mohit Mehta</name>
<email>mohit.mehta@vyatta.com</email>
</author>
<published>2008-04-03T21:59:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=5612efdef70dca2c8f02578cc1b119be4b794d08'/>
<id>urn:sha1:5612efdef70dca2c8f02578cc1b119be4b794d08</id>
<content type='text'>
- 'show interfaces ethernet &lt;&gt; capture' captures traffic at specified interface
- 'show interfaces ethernet &lt;&gt; capture port &lt;&gt;' captures traffic at specified interface port
- 'show interfaces ethernet &lt;&gt; capture not port &lt;&gt;' captures traffic at specified interface excluding specified port
</content>
</entry>
<entry>
<title>record selected vtysh (vyatta-quagga vs quagga) in exported shell variable</title>
<updated>2008-03-21T22:37:50+00:00</updated>
<author>
<name>Tom Grennan</name>
<email>tgrennan@vyatta.com</email>
</author>
<published>2008-03-21T22:37:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=bab90d98dd63412cd52d6bcaf000cd9055f05d93'/>
<id>urn:sha1:bab90d98dd63412cd52d6bcaf000cd9055f05d93</id>
<content type='text'>
available to templates; for example:

/opt/vyatta/share/vyatta-op/templates/show/ip/route/node.def
help: Show IP routes
run: LESSOPEN="|{_vyatta_vtysh} -c \"$*\"" less ${_vyatta_less_options} \
	--prompt=".ip routes"\
	-- ip-route
</content>
</entry>
<entry>
<title>donot pipe through VYATTA_PAGER if run_cmd begins with LESSOPEN, less, pager, or tail</title>
<updated>2008-03-21T21:39:04+00:00</updated>
<author>
<name>Tom Grennan</name>
<email>tgrennan@vyatta.com</email>
</author>
<published>2008-03-21T21:39:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=ae08c7412f3617e5873430064b7010f2a38993dd'/>
<id>urn:sha1:ae08c7412f3617e5873430064b7010f2a38993dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix typo in bug fix 3017</title>
<updated>2008-03-21T18:37:33+00:00</updated>
<author>
<name>Tom Grennan</name>
<email>tgrennan@vyatta.com</email>
</author>
<published>2008-03-21T18:37:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=81368cafa73984d475f4c59fc522ad3a1d7fb610'/>
<id>urn:sha1:81368cafa73984d475f4c59fc522ad3a1d7fb610</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix bug 3017</title>
<updated>2008-03-20T20:43:35+00:00</updated>
<author>
<name>Tom Grennan</name>
<email>tgrennan@vyatta.com</email>
</author>
<published>2008-03-20T20:43:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=6695763f68fbf3acfb6c69739deca28217eaf8ef'/>
<id>urn:sha1:6695763f68fbf3acfb6c69739deca28217eaf8ef</id>
<content type='text'>
don't pipe through VYATTA_PAGER if run_cmd itself is a pager or tail
</content>
</entry>
<entry>
<title>Better fix for interrupted shell commands problem.</title>
<updated>2008-03-14T16:03:48+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2008-03-14T16:03:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=6911e754d8a5699498dee311a3138298cb07ebaf'/>
<id>urn:sha1:6911e754d8a5699498dee311a3138298cb07ebaf</id>
<content type='text'>
By doing pipeline as:
   eval "( $cmd ) | $PAGER"
this avoids the problem that if top level pipeline is interrupted
the shell puts the command into stopped mode. Since job control
commands are not available in operational mode, the job would stay
stuck.
</content>
</entry>
<entry>
<title>Need to run commands via eval</title>
<updated>2008-03-14T15:51:57+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2008-03-14T15:51:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=67ebf64095378d5108d01a58f3aec7433258eb55'/>
<id>urn:sha1:67ebf64095378d5108d01a58f3aec7433258eb55</id>
<content type='text'>
Revert "don't run commands in subshell"

This change fixed the interrupting pipeline problem, but
broke the ability to put builtin shell commands in run: tag.

This reverts commit f233c5bc3e026301ad4cb67e1f3ce5c1b6f8fe94.
</content>
</entry>
<entry>
<title>don't run commands in subshell</title>
<updated>2008-03-13T20:58:56+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2008-03-13T20:58:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=f233c5bc3e026301ad4cb67e1f3ce5c1b6f8fe94'/>
<id>urn:sha1:f233c5bc3e026301ad4cb67e1f3ce5c1b6f8fe94</id>
<content type='text'>
To fix Bug 2867, don't run commands in sub shell (ie eval) and
have pager quit on interrupt.
</content>
</entry>
<entry>
<title>Update license from VPL 1.0 to GPLv2</title>
<updated>2008-03-10T19:07:38+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2008-03-10T19:07:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-op.git/commit/?id=65c2cc38cc770551f34e6e00162256024c6a90c1'/>
<id>urn:sha1:65c2cc38cc770551f34e6e00162256024c6a90c1</id>
<content type='text'>
Change license boilerplate text from VPL1.0 to GPLv2
</content>
</entry>
</feed>
