summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-25Add Freescale i.MX serial deviceUnicronNL
2014-07-250.20.43+vyos1+helium7debian/0.20.43+vyos1+helium7Daniil Baturin
2014-07-25Bug #269: missed return in is_ec2_ami.Daniil Baturin
2014-07-25Fix is_live_boot check to account for the overlayfs change.Daniil Baturin
2014-07-22Only depend on grub if archtecture is i386 or amd64Kim Hagen
2014-07-16Skip finding hypervisor vendor if cpu is other than x86_64.Kim Hagen
2014-07-11Merge pull request #16 from ftoyama/heliumDaniil Baturin
Bug#258 Unable to add l2tp_ip module for L2TPv3 over ip
2014-07-11Fix modprobe for l2tpv3 over iptofoo
2014-07-10Merge pull request #15 from paulgear/heliumDaniil Baturin
Bug #255: Correct ignore-hosts-file operation
2014-07-10Fix dnsmasq.conf generation for ignore-hosts-filePaul Gear
The ignore-hosts-file option did not work; because it's a boolean it didn't return any value and was always undefined when the test was done. Using $config->exists() fixes this.
2014-07-10Fix ignore-hosts-file operationPaul Gear
This fixes the following error: Global symbol "$ignore_hosts_file" requires explicit package name at /opt/vyatta/sbin/vyatta-dns-forwarding.pl line 77. Global symbol "$ignore_hosts_file" requires explicit package name at /opt/vyatta/sbin/vyatta-dns-forwarding.pl line 86. Global symbol "$ignore_hosts_file" requires explicit package name at /opt/vyatta/sbin/vyatta-dns-forwarding.pl line 99. Execution of /opt/vyatta/sbin/vyatta-dns-forwarding.pl aborted due to compilation errors.
2014-07-080.20.43+vyos1+helium6debian/0.20.43+vyos1+helium6Daniil Baturin
2014-07-08Bug #255: add an option to ignore hosts file in dnsmasq.Daniil Baturin
2014-07-02Set separate virtual interface for QinQ.Kim Hagen
2014-07-01Remove file vyatta-cfg-system.install.Kim Hagen
2014-07-01Fix build errors due to interface prio in perl script.Kim Hagen
2014-07-01Bug #21 - Add the ability to adjust system ARP settings via the CLI on a per ↵Kim Hagen
interface basis
2014-06-26Set help to Nested vlan.Kim Hagen
2014-06-26Add QinQ vlan to Bonding and pseudo-ethernet interfaces.Kim Hagen
2014-06-25Change priority in node.defKim Hagen
2014-06-25Fix variables.Kim Hagen
2014-06-25Add QinQ vlan to ethernet interface configKim Hagen
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-160.20.43+vyos1+helium5debian/0.20.43+vyos1+helium5Daniil Baturin
2014-06-16Bug #239 - Getting the version number by using dpkg will not work when ↵Kim Hagen
upgrading to newer version of debian.
2014-06-10Merge pull request #14 from neutralrockets/heliumDaniil Baturin
Add support for ciphers and macs override in ssh
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-07Merge pull request #13 from hydrajump/aws-init-script-fixDaniil Baturin
Fix to enable ec2-fetch-ssh-public-key init script
2014-05-06Fix to enable ec2-fetch-ssh-public-key init scripthydrajump
The init script was not running on boot because the init script symlinks were not created in /etc/rcX.d for the runlevels: 2,3,4,5. This fix runs the update-rc.d command in the is_amazon_ec2_ami function, thus creating the required symlinks and also updating /etc/init.d/.depends.on.start.
2014-05-06Revert to state before add-aws-ami-supporthydrajump
2014-05-02Merge pull request #12 from hydrajump/aws-support-fixesDaniil Baturin
Fix AWS EC2 AMI support
2014-05-03Fix AWS EC2 AMI supporthydrajump
- grub.cfg is now correctly modified when installing on a VyOS AMI - ec2-fetch-ssh-public-key init script still needs to be activated if installing on a VyOS AMI. This is an outstanding issue which needs to be addressed. See debian/vyatta-cfg-system.postinst.in.
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-28Merge pull request #10 from hydrajump/add-aws-ami-supportDaniil Baturin
Add aws ami support
2014-04-28Add support for installing a new image on the Amazon AMIhydrajump
- Check if installing on AWS EC2 platform via instance metadata. - Configure GRUB correctly, so that boot messages are available via instance's console. - Add init.d script to fetch user's EC2 public key during boot.
2014-04-28Remove trailing whitespacehydrajump
2014-04-25Add fuse group for admin users so /dev/fuse is accessible andKim Hagen
/usr/bin/fusermount is executable.
2014-04-25Support and switch to overlayfsJames Davidson
2014-04-120.20.43+vyos1+helium4debian/0.20.43+vyos1+helium4Daniil Baturin
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-10Merge pull request #9 from hydrajump/ctrl-alt-del-actionDaniil Baturin
Bug #173: Add system option for ctrl-alt-del-action to configuration
2014-04-10Add syntax check to validate valuehydrajump