summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2014-06-23Merge pull request #11 from ahaitoute/heliumDaniil Baturin
Bug #195: Added feature to send log message to remote syslog server over UDP or TCP.
2014-06-11Add support for ciphers and macs override in sshneutralrockets
Add support to override default Ciphers and MACs options in SSH server for eg: set service ssh ciphers <list of ciphers> set service ssh macs <list of macs>
2014-05-01Added feature to add smuxpeer entries in file /etc/snmp/snmpd.conf.Abdelouahed Haitoute
See VyOS bug 196 for more information about the feature request.
2014-04-29Added feature to send log message to remote syslog server over UDP or TCP.Abdelouahed Haitoute
See VyOS bug 195 for more information about the feature request.
2014-04-12Bug #170: Improve help strings.Daniil Baturin
2014-04-12Bug #170: Remove "wait" option.Daniil Baturin
2014-04-12Bug #170: Specify interface name in iproute2 command to override default ↵Daniil Baturin
numering.
2014-04-12Bug #170: Break iproute2 commands in multiple line for better readability.Daniil Baturin
2014-04-12Bug #170: Add address, disable, and description options.Daniil Baturin
2014-04-12Bug #170: Set link up at after creating tunnel.Daniil Baturin
2014-04-12Bug #170: Set default wait time to 0.Daniil Baturin
2014-04-12Bug #170: Rename nodes for consistency with the rest of the system.Daniil Baturin
2014-04-10Add syntax check to validate valuehydrajump
2014-04-10Use elif conditional instead of ifhydrajump
2014-04-09Add system option for ctrl-alt-del-action to configurationhydrajump
This new configuration option allows the user to specify what action to take on ctrl-alt-delete: disable, reboot or poweroff. By default ctrl-alt-delete-action is set to disable. The ctrl-alt-delete action is configured in /etc/inittab.
2014-04-06Bug #159: add delete action for dummy interfaces.Daniil Baturin
2014-04-06Bug #159: add conf mode templates for dummy interfaces.Daniil Baturin
2014-03-20Remove endpoint, and add mtu supporthigebu
2014-03-18Fix support for l2tpv3 over iphigebu
2014-03-18Add support for l2tpv3higebu
2014-01-31Merge changes to SNMPv3 templates and scripts from vRouter 5400 trial ISO.Daniil Baturin
Changes are copyright 2013, Vyatta, a Brocade company.
2013-12-18Bug #51: update /etc/timezone when timezone changes.Daniil Baturin
2013-12-18Bug #92: change default timezone to UTC for the sake of scientificDaniil Baturin
correctness.
2013-12-17Fix bug 318 - Use SHA-512 hashing for user passwords instead of MD5Stig Thormodsrud
Signed-off-by: Daniil Baturin <daniil@baturin.org>
2013-10-21Update default hostname.Daniil Baturin
2013-05-16SNMP sync upJames Davidson
Minor fixes. Refactoring. Add seclevel property to SNMPv3 group.
2013-04-12Bugfix 8711: Switch to Bash syntax for conditionalsJohn Southworth
2013-04-12ethernet: deleting device should put in admin downStephen Hemminger
Typo in conditional meant that 'ip li set dev ethN down' never ran.
2013-04-12Bugfix 8526: don't use REQUIRED on remote-ipJohn Southworth
Having the word REQUIRED in the string is enough to break the webgui, remove it entirely
2013-04-01Fix typo in domain-name delete actionJames Davidson
Bug 8829
2013-03-06Sync up SNMPv3 supportJames Davidson
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
2013-02-12mGRE bug fixes local-ip address changes and v6 check.Saurabh Mohan
VYATTA-129: check for IPv6 addresses was moved to tunnel/node.def VYATTA-128: added more stronger check to forbid any way of setting remote-ip VYATTA-118: workaround added to update ipsec settings when tunnel local-ip is modified.
2013-02-12Initial SNMPv3 supportJames Davidson
2013-01-29Add ability to restart services when hostname changesJames Davidson
Currently only restart rsyslog but more can be added as needed. Fixes bug 8237.
2013-01-22Dmvpn merge with mirantis jan22-2013Saurabh Mohan
2013-01-08Bug 7856: Set default neighbour table size to 8192James Davidson
Also increase the max allowed value to 32768.
2012-12-26mgre support initial commit.Saurabh Mohan
2012-12-12revert 918bd40d3e3f238a800b1486f70e2d5ee1d71a72John Southworth
2012-09-18Bugfix 8359: When deleteing vti interface use tunnel interface mode ipipSaurabh Mohan
2012-09-10Update /etc/hosts when host name and domain name changesJames Davidson
2012-09-05Merge branch 'pacifica' of git.vyatta.com:/git/vyatta-cfg-system into pacificaJohn Southworth
2012-09-05Bugfix 8326John Southworth
Fix password change script save function to work as it does in vyattacfg. Fix empty substitution on 'plaintext-password ""' causing script error.
2012-09-04Configure logrotate to maintain log file ownershipJames Davidson
logrotate needs the create config option so that it keeps the original log file's permissions and ownership. Fixes bug 8240
2012-09-04Bugfix 8290John Southworth
Don't allow default password to persist after first boot. Due to the numerous ways a user can get a vyatta system this required a lot of changes. 1. Don't allow a user to set a password to 'vyatta' after first login, but allow it on the initial boot otherwise the system will have no user. 2. Don't allow the password to be set to vyatta in installer. 3. Force password change on first login. under the following conditions: 3.a. User is an admin level user. Operators do not have the abillity to change the config so they can't change passwords. Allow 'vyatta' to be the password until an admin logs in. 3.b. This is not the livecd, its silly to force a password change before install.
2012-08-16Allow any mtu for bonding vifStephen Hemminger
Bug 8285 The commit for mtu always triggers because of incorrect variable reference, just remove it.
2012-08-15Remove support for ssh protocol versionStephen Hemminger
Bug 6576
2012-08-09Bugfix 8241: VTI Sync up the mtu range check with what the kernel module ↵Saurabh Mohan
accepts. Allow VTI mtu range check to be inline with what the kernel will accept. Also add a warning if a VTI is configured but not used. Improve the interface name range which is allowed (8259)
2012-08-03Restart rsyslog when system time-zone changesJames Davidson
Without this change the system log daemon does not notice the time-zone change and continues to timestamp logs using the previous time-zone. Fixes BZ6694
2012-06-27Minor typo in bonding helpStephen Hemminger
2012-06-19Bugfix 8115: reset miimon on arp-montior deletionJohn Southworth