summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-09-11Invert test for livecdStephen Hemminger
Need to check for livecd only if *not* doing union install. Repair of previous bugfix.
2009-09-10Move check for livecd install to before filesystem intializationStephen Hemminger
Check for install-system failure (because of attempt to install from active system), to occur before filesystem is destroyed. Bug 1587
2009-09-090.15.74debian/0.15.74Stephen Hemminger
2009-09-09Merge branch 'kenwood' of 192.168.100.1:git/vyatta-cfg-system into kenwoodStephen Hemminger
2009-09-09Allow null description on deviceStephen Hemminger
Bug 4918
2009-09-04Enforce syntax checking on passwordStephen Hemminger
Enforce syntax checks on encrypted password field to prevent user errors. But can't check salt field because it is optional and default config.boot doesn't use one! Bug: 4077
2009-09-040.15.72debian/0.15.72Stephen Hemminger
2009-09-04Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg-system into kenwoodStephen Hemminger
2009-09-04Revert "Validate encrypted password field"Stephen Hemminger
This reverts commit a0fe319ce069e15646077a635bc970b961124540.
2009-09-040.15.73debian/0.15.73Bob Gilligan
2009-09-04Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg-system into kenwoodBob Gilligan
2009-09-04Bugfix 4916, 4917: Exit correctly when vyatta user doesn't exist. Add timeout.Bob Gilligan
(cherry picked from commit 852e99ad758daa6db8f47fa0b3610e8ddf884f7a)
2009-09-030.15.71debian/0.15.71Stephen Hemminger
2009-09-03Validate encrypted password fieldStephen Hemminger
Enforce syntax checks on encrypted password field to prevent user errors. Bug: 4077
2009-08-12Don't change name of non-ethernet devicesStephen Hemminger
Don't rename wireless devices to be ethX.
2009-08-040.15.70debian/0.15.70Stephen Hemminger
2009-08-04Remove slaves before changing modeStephen Hemminger
Since kernel driver does not handle mode changes properly. Workaround by removing slaves (and readding) before changing mode. Bug 4758
2009-08-04Fix bonding group setupStephen Hemminger
The last change broke bond-group setup.
2009-08-04BONDING: fix error messagesStephen Hemminger
Fix error messages that will only occur if template is using script incorrectly.
2009-08-04BONDING: handle change of bond-groupStephen Hemminger
Use similar action to new bridge-group Bug 4768
2009-08-04BONDING: handle change of bond-groupStephen Hemminger
Use similar action to new bridge-group Bug 4768
2009-08-04bonding: remove primary slave lastStephen Hemminger
Need to remove the primary interface last, to avoid issues with bonding driver.
2009-08-04Bonding: load module with MII monitor enabledStephen Hemminger
Unless miimon parameter is set, bonding device won't watch for link changes (which makes it useless for any backup modes).
2009-07-300.15.69debian/0.15.69Stig Thormodsrud
2009-07-30Fix 4766: can't set login banners "Can't locate Vyatta/Login/Banner.pm"Stig Thormodsrud
2009-07-30Fix uninitialized variable.Stig Thormodsrud
2009-07-300.15.68debian/0.15.68Bob Gilligan
2009-07-30Bugfix 4700: Move processing to "end" field so that param modifications are ↵Bob Gilligan
handled. In order to correctly handle cases where parameters are changed after a repository configuration has been set up, we need to do the work in an "end" field instead of a "create" field. The "create" field is only executed when the node itself is created, not when nodes below it are modified. (cherry picked from commit e500a9e4494649e0ecb523d36b28452f2e9dd326)
2009-07-300.15.67debian/0.15.67Bob Gilligan
2009-07-30Fix 4748: Pre-login message files (/etc/issue,/etc/issue.net) areStig Thormodsrud
replaced with Debian branding during full-upgrade to Jenner (cherry picked from commit cbdcd18b2e5328d24a9dfe04dfa015f8375b50ac)
2009-07-270.15.66debian/0.15.66An-Cheng Huang
2009-07-27fix undefined array refAn-Cheng Huang
(this shows up when loading a start-up config that has root password defined right after install)
2009-07-170.15.65debian/0.15.65An-Cheng Huang
2009-07-17initial implementation of image installAn-Cheng Huang
support image install on an existing Vyatta union-installed system.
2009-07-17Fix descriptions with meta-charactersStephen Hemminger
Bug 4672 Use ip command rather than sysfs to avoid quoting issues (cherry picked from commit 1b4902564b5a853b925d2c239c8e6a39b1734433)
2009-07-17Allow round-robin to be selectedStephen Hemminger
Simpler version of bug 4647 fix. (cherry picked from commit 9f4e8c1deba76ef81878551040f16180baaf23be)
2009-07-17Revert "Allow user to select round-robin mode."Stephen Hemminger
This reverts commit aba4e42b4b07b856cbcff0fcf5231824fc18bb37. Use proper perl (ie. undefined) rather than a a sentinel value! (cherry picked from commit 7c681e2a62388ead8ad2e74a76ff1b0ae386f78f)
2009-07-17Allow disable of bonding interface with VIFStephen Hemminger
bug 4694 No reason to block disabling bonding interface with VIF Kernel handles it fine. (cherry picked from commit 3c76bd6b12dd211075d1dd689a2772c534ec7abe)
2009-07-17Block creating vif until after slaves presentStephen Hemminger
Workaround for bonding VLAN_CHALLENGED bug 4694 (cherry picked from commit ca8bff3d63074c52cf9b532eeec3a6a4cfe76722)
2009-07-17Allow user to select round-robin mode.Mark O'Brien
* bug 4647 * scripts/vyatta-bonding.pl (cherry picked from commit aba4e42b4b07b856cbcff0fcf5231824fc18bb37)
2009-07-17Fix 'sh: line 1:' error ing bug 4655.Mark O'Brien
(cherry picked from commit c43e9e86ea502c455dcffac10d50304d47cad8ba)
2009-07-17Added link detect to ethernet bonded vlan interfaces.Mark O'Brien
(bug 4656) (cherry picked from commit a054f90f492653c34d8c1c6443b1b132bc9fbc22)
2009-07-17Change interface state to down, add to bond group, change state to up.Mark O'Brien
(cherry picked from commit ed127b43756dfe852cff453ac8d8a72c01cbefd2)
2009-07-17Bugfix 4592: Generate NTP config file from Vyatta configuration parameters.Bob Gilligan
This fix changes the way that the /etc/ntp.conf file is generated. Now it is generated at boot time using a fixed section that contains only parameters that users don't change, plus a section that is generated from any "system ntp-servers" parameters that are configured. The fixed section does not contain any "server" definitions, so all server definitions come from the Vyatta config. The Vyatta configuration template for this parameter and code at other places in the system will now start the NTP server ONLY if there is at least one NTP server configured. So the user can "turn off" the NTP server by just deleting all NTP servers from the configuration. The default "config.boot" file does contiain one built-in "system ntp-servers" parameter, so a newly installed system will start the NTP server. (cherry picked from commit 08d0d9ed2d8824a446bfe6a1ba660db854f1a8f5)
2009-07-17Make telnet management smarterStephen Hemminger
Bug 4591 Consolidate check for telnet login Don't remove /etc/securetty edit it (cherry picked from commit c6c477f2ffb0f2fd4cf12882f22c2c44ab57cc46)
2009-07-17move acpid and ifupdown from Suggest to DependsStephen Hemminger
(cherry picked from commit c275e783309a8a267721595301ce8c957a28754e)
2009-07-17Add ifupdown packageStephen Hemminger
Silences warning fron net.agent about missing ifup and ifdown. (cherry picked from commit 609ebd8c919a8786d6823cad58b530a57ba7f966)
2009-07-17Convert bonding to use sysfs instead of ifenslaveStephen Hemminger
ifenslave is the old way, and may not be supported in future. Use sysfs instead to add/delete slaves. (cherry picked from commit 0bd1cd12ccb047afce7444f5728fc3bbc3f328a5)
2009-07-17Remove ability to add vif to macvlanStephen Hemminger
Macvlan and vlan tagging doesn't work right in the kernel (2.6.29) so wait till it is fixed upstream. (cherry picked from commit aaed494ef8bbe580da4d378e4844bb0203987d97)
2009-07-17Revert earlier change -- keep debian net.agentAn-Cheng Huang
Reopens bug 3985 but closes problems with loopback startup. (cherry picked from commit a139c41faf9ccc7210218fcdf637a234967a6136) Conflicts: debian/vyatta-cfg-system.postinst.in