Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-28 | new branch | An-Cheng Huang | |
2010-12-22 | 0.19.24debian/0.19.24 | Bob Gilligan | |
2010-12-22 | Add more error recovery and disk space checking. | Bob Gilligan | |
2010-12-22 | 0.19.23debian/0.19.23 | Bob Gilligan | |
2010-12-22 | Affinity script was failing to configure some queues of multi-queue NICs. | Bob Gilligan | |
The problem was due to incorrect initialization of the $q and $cpu variables. Their initializations were reversed. | |||
2010-12-17 | 0.19.22debian/0.19.22 | Stephen Hemminger | |
2010-12-17 | Add path to SSH V1 host key to config | Stephen Hemminger | |
SSH config file is based off of Debian distributed version which does not have SSH protocol version 1 key path. | |||
2010-12-16 | 0.19.21debian/0.19.21 | Stephen Hemminger | |
2010-12-16 | Fix help for name-server | Stephen Hemminger | |
Bug 5185 | |||
2010-12-15 | Add checking of protocol-version value | Stephen Hemminger | |
Syntax checking and help. | |||
2010-12-15 | Don't regenerate ssh v1 key | Stephen Hemminger | |
The key generation is done during installation or earlier in rl-system.init | |||
2010-12-10 | 0.19.20debian/0.19.20 | Stig Thormodsrud | |
2010-12-10 | Fix 6554: clear vrrp master tab completion results in cli api error | Stig Thormodsrud | |
2010-12-10 | 0.19.19debian/0.19.19 | Stig Thormodsrud | |
2010-12-10 | Fix 6453: After configuring VRRP on interface, VRRP is not active until VRRP ↵ | Stig Thormodsrud | |
is manually restared with "restart vrrp" command. - Move all commit checks into script on end node. - Add separate function for conntrack-sync settings. - Do per instance validation at the right priority level. - Verify that the changes file is removed on final transaction. | |||
2010-12-10 | 0.19.18debian/0.19.18 | Stephen Hemminger | |
2010-12-10 | Fix update of serial speed on all grub lines | Stephen Hemminger | |
Bug 6551 Need to handle case where console=ttyS0,9600 is at end of line | |||
2010-12-06 | 0.19.17debian/0.19.17 | Stephen Hemminger | |
2010-12-06 | Allow telnet and ssh to start before routing protocols | Stephen Hemminger | |
Bug 6474 Use priority 500 which is after login, syslog, etc. | |||
2010-12-06 | 0.19.16debian/0.19.16 | Stephen Hemminger | |
2010-12-06 | Move touch() perl to Vyatta::File | Stephen Hemminger | |
Put function in common code. | |||
2010-12-06 | Allow Ipv6 addresses in resolv.conf | Stephen Hemminger | |
Bug 5185 | |||
2010-12-06 | Move is_local_address to common code | Stephen Hemminger | |
Now part of lib/Vyatta/Misc.pm module | |||
2010-12-06 | Fix check for unspecified IPv6 address | Stephen Hemminger | |
Bug 6514 | |||
2010-12-04 | 0.19.15debian/0.19.15 | Stig Thormodsrud | |
2010-12-04 | Set up commit-revisions if configured after init-floppy. | Stig Thormodsrud | |
2010-12-02 | 0.19.14debian/0.19.14 | Stephen Hemminger | |
2010-12-02 | Mark the Vyatta specific section of inittab | Stephen Hemminger | |
2010-12-02 | Block accidental use of virtual consoles | Stephen Hemminger | |
The devices tty1 ... are virtual consoles and should not be configured through the CLI. | |||
2010-12-02 | Allow more serial console lines | Stephen Hemminger | |
Since inittab allows up to 4 characters for id field, allow 1000 entries. | |||
2010-12-02 | Allow configuring console speed etc | Stephen Hemminger | |
Bug 3849, 2289, 4126 Adds configuration of serial console: set system console { device ttyS0 { speed 19200 } device ttyACM0 { speed 57600 type modem } } This covers the cases of deleting serial console, changing speed, and allowing modem console devices | |||
2010-12-02 | 0.19.13debian/0.19.13 | Stephen Hemminger | |
2010-12-02 | Fix delete of mac address on bonding interface | Stephen Hemminger | |
Bug 6489 Bonding device is a pseudo-device without hw-id, so deleting mac does nothing. | |||
2010-12-02 | Set group ownership and permissions on /var/run/vyatta | Stephen Hemminger | |
Bug 6407 Allow configuration commands to create files in /var/run/vyatta without being root. | |||
2010-12-02 | Cleanup leftover ipv6_no_fwd files | Stephen Hemminger | |
Need to cleanup breadcrumb files on boot. Fix spellin errors | |||
2010-12-01 | 0.19.12debian/0.19.12 | Stephen Hemminger | |
2010-12-01 | Speed up install-system progress bar | Stephen Hemminger | |
The progress bar for copy files is nice but slows down the install because it updates too often | |||
2010-11-30 | 0.19.11debian/0.19.11 | Stephen Hemminger | |
2010-11-30 | Fix dhcpv6 client script | Stephen Hemminger | |
Some compile and typo errors. Don't capture output, let it flow through to console. Use exec to get correct error code from dhcpv6 client program. | |||
2010-11-30 | 0.19.10debian/0.19.10 | Stephen Hemminger | |
2010-11-30 | Remove old code for address insertion/deletion/validation | Stephen Hemminger | |
Interface addresses are now checked with other code. | |||
2010-11-30 | Add duplicate address check on commit | Stephen Hemminger | |
Perl is no longer used for syntax checks, instead put duplicate address check into commit. | |||
2010-11-30 | Add dhcpv6 options for all interfaces that support DHCP | Stephen Hemminger | |
DHCPv6 is not restricted to ethernet only anymore. | |||
2010-11-29 | 0.19.9debian/0.19.9 | Stephen Hemminger | |
2010-11-29 | Merge branch 'mendocino' of vm:rel/vyatta-cfg-system into mendocino | Stephen Hemminger | |
2010-11-29 | Automatically configure physical device for wireless interfaces | Stephen Hemminger | |
When system is booted with newly detected wireless device, both the hw-id and physical-device need to be setup. | |||
2010-11-29 | Merge branch 'mendocino' of vm:rel/vyatta-cfg-system into mendocino | Stephen Hemminger | |
2010-11-29 | Fix interface scanning on boot - allow more mac addresses | Stephen Hemminger | |
The code to match on locally assigned bit had a bad regex. Use conversion to hex and mask instead. Also don't allow multicast address bit. | |||
2010-11-29 | 0.19.8debian/0.19.8 | Stephen Hemminger | |
2010-11-29 | Fix use of undefined in comparison | Stephen Hemminger | |
The test for mixing dhcp and static ipv4 could cause perl warning from comparing undefined with numeric. |