<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg-system.git/scripts, branch daisy</title>
<subtitle>Vyatta system-level configuration templates/scripts (mirror of https://github.com/vyos/vyatta-cfg-system.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=daisy</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=daisy'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/'/>
<updated>2013-06-05T16:18:52+00:00</updated>
<entry>
<title>SNMP: Group secLevel check. Fix 'delete priv on user'</title>
<updated>2013-06-05T16:18:52+00:00</updated>
<author>
<name>James Davidson</name>
<email>james.davidson@vyatta.com</email>
</author>
<published>2013-06-05T16:18:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=94a4abcf0bf5c8f301a151658a92718f75b61448'/>
<id>urn:sha1:94a4abcf0bf5c8f301a151658a92718f75b61448</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SNMP sync up</title>
<updated>2013-05-16T17:17:43+00:00</updated>
<author>
<name>James Davidson</name>
<email>james.davidson@vyatta.com</email>
</author>
<published>2013-05-16T16:29:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=55f3c16fbdcad6616495cc02205999ae0307ffeb'/>
<id>urn:sha1:55f3c16fbdcad6616495cc02205999ae0307ffeb</id>
<content type='text'>
Minor fixes. Refactoring.
Add seclevel property to SNMPv3 group.
</content>
</entry>
<entry>
<title>Replace original config file handling behaviour</title>
<updated>2013-04-15T20:23:46+00:00</updated>
<author>
<name>James Davidson</name>
<email>james.davidson@vyatta.com</email>
</author>
<published>2013-04-15T20:23:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=aec7e4cefd206fa9397456917ec5e83e86089343'/>
<id>urn:sha1:aec7e4cefd206fa9397456917ec5e83e86089343</id>
<content type='text'>
Bug 8864:
Commit 1f90d46cbc889d45dbfd5e499ad24a399b059d3b changed the behaviour
of when a config file was not present. This change replaces the
original behaviour.
</content>
</entry>
<entry>
<title>fix device naming on boot</title>
<updated>2013-04-02T15:50:48+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen@networkplumber.org</email>
</author>
<published>2013-03-28T23:47:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=3786debc7c62597ee0b39cdcb3a08b4d304cc2d4'/>
<id>urn:sha1:3786debc7c62597ee0b39cdcb3a08b4d304cc2d4</id>
<content type='text'>
Bug 8804
Previous change was passing a logfile to biosdevname, but parent
directory was not necessarily created at that point! Log file
is useless anyway, just redirect to dev null.
(cherry picked from commit dcabba83be38ee6f79ab5a347f0cb3cce5a9eca8)
</content>
</entry>
<entry>
<title>snmpv3: enable strict warnings and fix perlcritic</title>
<updated>2013-04-02T15:46:31+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemming@brocade.com</email>
</author>
<published>2013-04-01T20:04:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=1f90d46cbc889d45dbfd5e499ad24a399b059d3b'/>
<id>urn:sha1:1f90d46cbc889d45dbfd5e499ad24a399b059d3b</id>
<content type='text'>
The SNMPv3 code did not enable strict type checking and had other
poor style found by perlcritic.
(cherry picked from commit 4dce31b15ce038527cbd03a21b23ad094d71750c)
</content>
</entry>
<entry>
<title>SNMP: Add multicast smux peers</title>
<updated>2013-03-20T16:05:09+00:00</updated>
<author>
<name>James Davidson</name>
<email>james.davidson@vyatta.com</email>
</author>
<published>2013-03-20T16:05:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=d51d7a787a962ead30478d3fe23a356634ca3577'/>
<id>urn:sha1:d51d7a787a962ead30478d3fe23a356634ca3577</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sync up SNMPv3 support</title>
<updated>2013-03-06T18:16:06+00:00</updated>
<author>
<name>James Davidson</name>
<email>james.davidson@vyatta.com</email>
</author>
<published>2013-03-06T18:16:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=e4c3ae81d2d1f040a8ad363928302d72f8431ef9'/>
<id>urn:sha1:e4c3ae81d2d1f040a8ad363928302d72f8431ef9</id>
<content type='text'>
SNMP-135 store SNMP superuser password to config file
SNMP-130 add engineId for trap-target
SNMP-134 use 'stop' and 'start' instead of 'restart'
SNMP-141 change engineID syntax checking
SNMP-136 Users are lost after changing TSM port
SNMP-149 TLS Error: Permission denied
SNMP-147 Not correct priority in TSM users
SNMP-148 Configuring already use port for TSM is destroying users.
SNMP-151 Errors in logs after first snmp configuration
SNMP-152 Hide 'No such file or directory' error message
SNMP-153 Debug messages after 'delete service snmp'
SNMP-157 Run Perltidy for all Perl scripts
SNMP-158 change syntax of trap-target engineID
SNMP-163: added script to check name, apply it for user, group and view names
SNMP-161 Faulty configuration with many trap-target
SNMP-160 Look for TSM keys in /config folder
SNMP-162 CLI permit not correct oid
SNMP-163: typo in script
SNMP-160 Look for TSM keys in /config folder
SNMP-163: added support of upper case for names in the script
SNMP-163: create rule for names, permit only a-zA-Z0-9
SNMP-163: typo
</content>
</entry>
<entry>
<title>Initial SNMPv3 support</title>
<updated>2013-02-12T21:02:11+00:00</updated>
<author>
<name>James Davidson</name>
<email>james.davidson@vyatta.com</email>
</author>
<published>2013-02-12T21:02:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=1d917be739f1db7b1ff1d26a0238322d7fd475c5'/>
<id>urn:sha1:1d917be739f1db7b1ff1d26a0238322d7fd475c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Skip biosdevname if running in Xen</title>
<updated>2013-02-06T23:14:25+00:00</updated>
<author>
<name>James Davidson</name>
<email>james.davidson@vyatta.com</email>
</author>
<published>2013-02-06T22:48:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=65c77d40bd43a20974f0d8556b80ec1f9bc7b9e9'/>
<id>urn:sha1:65c77d40bd43a20974f0d8556b80ec1f9bc7b9e9</id>
<content type='text'>
Bug 8676
biosdevname does not behave well on Xen so simply skip it when running
in Xen.
(cherry picked from commit dc53d09decae1cd8098ee92c7c1dab72dc80ae50)
</content>
</entry>
<entry>
<title>Add ability to restart services when hostname changes</title>
<updated>2013-01-29T17:55:12+00:00</updated>
<author>
<name>James Davidson</name>
<email>james.davidson@vyatta.com</email>
</author>
<published>2013-01-29T17:50:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=a2b2ce86df549560ee4438e92a8663c0a0706b82'/>
<id>urn:sha1:a2b2ce86df549560ee4438e92a8663c0a0706b82</id>
<content type='text'>
Currently only restart rsyslog but more can be added as needed.
Fixes bug 8237.
</content>
</entry>
</feed>
