Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-01 | Bug #21 - Add the ability to adjust system ARP settings via the CLI on a per ↵ | Kim Hagen | |
interface basis | |||
2014-06-26 | Set help to Nested vlan. | Kim Hagen | |
2014-06-26 | Add QinQ vlan to Bonding and pseudo-ethernet interfaces. | Kim Hagen | |
2014-06-25 | Change priority in node.def | Kim Hagen | |
2014-06-25 | Fix variables. | Kim Hagen | |
2014-06-25 | Add QinQ vlan to ethernet interface config | Kim Hagen | |
2014-06-23 | Merge pull request #11 from ahaitoute/helium | Daniil Baturin | |
Bug #195: Added feature to send log message to remote syslog server over UDP or TCP. | |||
2014-06-16 | 0.20.43+vyos1+helium5debian/0.20.43+vyos1+helium5 | Daniil Baturin | |
2014-06-16 | Bug #239 - Getting the version number by using dpkg will not work when ↵ | Kim Hagen | |
upgrading to newer version of debian. | |||
2014-06-10 | Merge pull request #14 from neutralrockets/helium | Daniil Baturin | |
Add support for ciphers and macs override in ssh | |||
2014-06-11 | Add support for ciphers and macs override in ssh | neutralrockets | |
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-07 | Merge pull request #13 from hydrajump/aws-init-script-fix | Daniil Baturin | |
Fix to enable ec2-fetch-ssh-public-key init script | |||
2014-05-06 | Fix to enable ec2-fetch-ssh-public-key init script | hydrajump | |
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-06 | Revert to state before add-aws-ami-support | hydrajump | |
2014-05-02 | Merge pull request #12 from hydrajump/aws-support-fixes | Daniil Baturin | |
Fix AWS EC2 AMI support | |||
2014-05-03 | Fix AWS EC2 AMI support | hydrajump | |
- 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-01 | Added 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-29 | Added 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-28 | Merge pull request #10 from hydrajump/add-aws-ami-support | Daniil Baturin | |
Add aws ami support | |||
2014-04-28 | Add support for installing a new image on the Amazon AMI | hydrajump | |
- 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-28 | Remove trailing whitespace | hydrajump | |
2014-04-25 | Add fuse group for admin users so /dev/fuse is accessible and | Kim Hagen | |
/usr/bin/fusermount is executable. | |||
2014-04-25 | Support and switch to overlayfs | James Davidson | |
2014-04-12 | 0.20.43+vyos1+helium4debian/0.20.43+vyos1+helium4 | Daniil Baturin | |
2014-04-12 | Bug #170: Improve help strings. | Daniil Baturin | |
2014-04-12 | Bug #170: Remove "wait" option. | Daniil Baturin | |
2014-04-12 | Bug #170: Specify interface name in iproute2 command to override default ↵ | Daniil Baturin | |
numering. | |||
2014-04-12 | Bug #170: Break iproute2 commands in multiple line for better readability. | Daniil Baturin | |
2014-04-12 | Bug #170: Add address, disable, and description options. | Daniil Baturin | |
2014-04-12 | Bug #170: Set link up at after creating tunnel. | Daniil Baturin | |
2014-04-12 | Bug #170: Set default wait time to 0. | Daniil Baturin | |
2014-04-12 | Bug #170: Rename nodes for consistency with the rest of the system. | Daniil Baturin | |
2014-04-10 | Merge pull request #9 from hydrajump/ctrl-alt-del-action | Daniil Baturin | |
Bug #173: Add system option for ctrl-alt-del-action to configuration | |||
2014-04-10 | Add syntax check to validate value | hydrajump | |
2014-04-10 | Use elif conditional instead of if | hydrajump | |
2014-04-09 | Add system option for ctrl-alt-del-action to configuration | hydrajump | |
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-06 | 0.20.43+vyos1+helium3debian/0.20.43+vyos1+helium3 | Daniil Baturin | |
2014-04-06 | Bug #170: add L2TPv3 to the interface type list. | Daniil Baturin | |
2014-04-06 | Remove extra space before pppoe in interface types for nicer formatting. | Daniil Baturin | |
2014-04-06 | Bug #159: add dummy type to network interface type list. | Daniil Baturin | |
2014-04-06 | 0.20.43+vyos1+helium2debian/0.20.43+vyos1+helium2 | Daniil Baturin | |
2014-04-06 | Bug #159: add delete action for dummy interfaces. | Daniil Baturin | |
2014-04-06 | Bug #159: add conf mode templates for dummy interfaces. | Daniil Baturin | |
2014-04-02 | Merge pull request #8 from hydrajump/delete-ssh-blacklists | Daniil Baturin | |
Delete SSH blacklists as they are no longer needed | |||
2014-04-02 | Delete SSH blacklists as they are no longer needed | hydrajump | |
The SSH blacklists were committed 5 years ago and the original contributor does not recall why they were added. | |||
2014-03-24 | Merge pull request #7 from tea2ka/helium | Daniil Baturin | |
Correction of a "DHCPv6Client"-related script for use with parameters only SLAAC | |||
2014-03-24 | Merge pull request #6 from higebu/fix-support-for-l2tpv3 | Daniil Baturin | |
Fix support for l2tpv3 | |||
2014-03-24 | Merge pull request #4 from hydrajump/install-align-partition | Daniil Baturin | |
Cleanup of unused parted root partitioning starting offset | |||
2014-03-24 | Merge pull request #3 from higebu/fix-support-for-l2tpv3-over-ip | Daniil Baturin | |
Fix support for l2tpv3 over ip | |||
2014-03-21 | collect dhcpv6-options | tea2ka | |
The "dhcpv6-options" option parameter corrected the bug which is not reflected normally. |