summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-17Bugfix 6687: Need to explicitly specify the RAID metadata version number.Bob Gilligan
(cherry picked from commit 5de8a194db56c51c9e5541cca43423f11534ffb7)
2011-01-170.19.28debian/0.19.28Bob Gilligan
2011-01-17Bugfix 6668: Check to see if log files need rotation hourly.Bob Gilligan
Previously, log file rotation was checked by cron daily. Some log file -- such as those generated by PPP -- can grow rapidly. Such infrequent checking can lead to running out of disk space on systems with small disk drives or flash storage. This change checks for rotation hourly.
2011-01-160.19.27debian/0.19.27Bob Gilligan
2011-01-16Bugfix 6156: Policy must be given on command line.Bob Gilligan
In the new version of biosdevname (version 0.3.4), the default policy generates interface names of the form "em1". That's not the naming convention that we use. The "all_ethN" policy does use the traditional ethernet naming convention. (cherry picked from commit f05a91c02e27bb19717ddf8e1ffc07ed7b1bbbc5)
2011-01-06Change priority of bonding device addressStephen Hemminger
Bug 6642 Need slaves to be attached to bonding device before setting address (for DHCP). (cherry picked from commit 77297af866be32c058363f9cb3d104db9e00bb36)
2011-01-040.19.26debian/0.19.26Mohit Mehta
2011-01-04skip 'new branch' commit from mendocino when using merge-branchMohit Mehta
2011-01-04Fix Bug 6599 ha_logd starting up by defaultMohit Mehta
(cherry picked from commit d09218920b376f65c69bda2b8b571a7611731463)
2011-01-04Fix check for broadcast addressStephen Hemminger
Bug 6625 The validate address function was not accounting for prefix length. (cherry picked from commit d0312e91bad0d9d3741d61791928ac1b663a7f29)
2010-12-280.19.25debian/0.19.25An-Cheng Huang
2010-12-28new branchAn-Cheng Huang
2010-12-220.19.24debian/0.19.24Bob Gilligan
2010-12-22Add more error recovery and disk space checking.Bob Gilligan
2010-12-220.19.23debian/0.19.23Bob Gilligan
2010-12-22Affinity 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-170.19.22debian/0.19.22Stephen Hemminger
2010-12-17Add path to SSH V1 host key to configStephen Hemminger
SSH config file is based off of Debian distributed version which does not have SSH protocol version 1 key path.
2010-12-160.19.21debian/0.19.21Stephen Hemminger
2010-12-16Fix help for name-serverStephen Hemminger
Bug 5185
2010-12-15Add checking of protocol-version valueStephen Hemminger
Syntax checking and help.
2010-12-15Don't regenerate ssh v1 keyStephen Hemminger
The key generation is done during installation or earlier in rl-system.init
2010-12-100.19.20debian/0.19.20Stig Thormodsrud
2010-12-10Fix 6554: clear vrrp master tab completion results in cli api errorStig Thormodsrud
2010-12-100.19.19debian/0.19.19Stig Thormodsrud
2010-12-10Fix 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-100.19.18debian/0.19.18Stephen Hemminger
2010-12-10Fix update of serial speed on all grub linesStephen Hemminger
Bug 6551 Need to handle case where console=ttyS0,9600 is at end of line
2010-12-060.19.17debian/0.19.17Stephen Hemminger
2010-12-06Allow telnet and ssh to start before routing protocolsStephen Hemminger
Bug 6474 Use priority 500 which is after login, syslog, etc.
2010-12-060.19.16debian/0.19.16Stephen Hemminger
2010-12-06Move touch() perl to Vyatta::FileStephen Hemminger
Put function in common code.
2010-12-06Allow Ipv6 addresses in resolv.confStephen Hemminger
Bug 5185
2010-12-06Move is_local_address to common codeStephen Hemminger
Now part of lib/Vyatta/Misc.pm module
2010-12-06Fix check for unspecified IPv6 addressStephen Hemminger
Bug 6514
2010-12-040.19.15debian/0.19.15Stig Thormodsrud
2010-12-04Set up commit-revisions if configured after init-floppy.Stig Thormodsrud
2010-12-020.19.14debian/0.19.14Stephen Hemminger
2010-12-02Mark the Vyatta specific section of inittabStephen Hemminger
2010-12-02Block accidental use of virtual consolesStephen Hemminger
The devices tty1 ... are virtual consoles and should not be configured through the CLI.
2010-12-02Allow more serial console linesStephen Hemminger
Since inittab allows up to 4 characters for id field, allow 1000 entries.
2010-12-02Allow configuring console speed etcStephen 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-020.19.13debian/0.19.13Stephen Hemminger
2010-12-02Fix delete of mac address on bonding interfaceStephen Hemminger
Bug 6489 Bonding device is a pseudo-device without hw-id, so deleting mac does nothing.
2010-12-02Set group ownership and permissions on /var/run/vyattaStephen Hemminger
Bug 6407 Allow configuration commands to create files in /var/run/vyatta without being root.
2010-12-02Cleanup leftover ipv6_no_fwd filesStephen Hemminger
Need to cleanup breadcrumb files on boot. Fix spellin errors
2010-12-010.19.12debian/0.19.12Stephen Hemminger
2010-12-01Speed up install-system progress barStephen Hemminger
The progress bar for copy files is nice but slows down the install because it updates too often
2010-11-300.19.11debian/0.19.11Stephen Hemminger
2010-11-30Fix dhcpv6 client scriptStephen 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.