summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-02Bug #256: adjust mtu node priority.Daniil Baturin
2014-08-020.20.43+vyos1+helium13debian/0.20.43+vyos1+helium13Daniil Baturin
2014-08-02Bug #246: add multicast querier toggle to bridge.Daniil Baturin
2014-07-310.20.43+vyos1+helium12debian/0.20.43+vyos1+helium12Daniil Baturin
2014-07-31Merge branch 'helium' of github.com:vyos/vyatta-cfg-system into heliumDaniil Baturin
2014-07-31Rename dummy interfaces to dumX to avoid confusion with the defaultDaniil Baturin
interface created by the driver.
2014-07-30Merge pull request #18 from ftoyama/heliumDaniil Baturin
Change lower the priority of l2tpv3 than the priority of static route.
2014-07-30Change lower the priority of l2tpv3 than the priority of static route.ftoyama
2014-07-300.20.43+vyos1+helium11debian/0.20.43+vyos1+helium11Daniil Baturin
2014-07-30Replace login check with UID check in install-get-partition.Daniil Baturin
2014-07-290.20.43+vyos1+helium10debian/0.20.43+vyos1+helium10Daniil Baturin
2014-07-29Replace login name check with effective UID check in install-image.Daniil Baturin
2014-07-29Replace login name check with effective UID check.Daniil Baturin
2014-07-250.20.43+vyos1+helium9debian/0.20.43+vyos1+helium9Daniil Baturin
2014-07-25Set vyos-intfwatchd to start at boot by default.Daniil Baturin
2014-07-250.20.43+vyos1+helium8debian/0.20.43+vyos1+helium8Daniil Baturin
2014-07-25Merge branch 'helium' of github.com:vyos/vyatta-cfg-system into heliumDaniil Baturin
2014-07-25Bug #259: do not try to remove addresses that don't exist.Daniil Baturin
2014-07-25Add vyod-intfwatchd for restoring IPv6 addresses after link flaps.Daniil Baturin
As bad as it can be, it seems to sort of work.
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