summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-07-010.15.48+jenner32debian/0.15.48+jenner32Mark O'Brien
2009-07-01Allow user to select round-robin mode.Mark O'Brien
* bug 4647 * scripts/vyatta-bonding.pl
2009-07-010.15.48+jenner31debian/0.15.48+jenner31Mark O'Brien
2009-07-01Fix 'sh: line 1:' error ing bug 4655.Mark O'Brien
2009-06-300.15.48+jenner30debian/0.15.48+jenner30Mohit Mehta
2009-06-30Fix Bug 4593 zone-policy can't be deleted if zone interfaces are bridgesMohit Mehta
* use new api to get active plus committed nodes
2009-06-260.15.48+jenner29debian/0.15.48+jenner29Mohit Mehta
2009-06-26make changes to work with dhcp 4.1.0Mohit Mehta
2009-06-260.15.48+jenner28debian/0.15.48+jenner28Mark O'Brien
2009-06-26Added link detect to ethernet bonded vlan interfaces.Mark O'Brien
(bug 4656)
2009-06-250.15.48+jenner27debian/0.15.48+jenner27Bob Gilligan
2009-06-25Update hooks to setup config files for installing to a Xen VM.Bob Gilligan
2009-06-240.15.48+jenner26debian/0.15.48+jenner26Bob Gilligan
2009-06-24Add optional hooks to setup config files for installing to a Xen VM.Bob Gilligan
2009-06-230.15.48+jenner25debian/0.15.48+jenner25Mark O'Brien
2009-06-23Change interface state to down, add to bond group, change state to up.Mark O'Brien
2009-06-170.15.48+jenner24debian/0.15.48+jenner24Mohit Mehta
2009-06-17temporarily undo check for firewall ruleset until bug 4554 is resolvedMohit Mehta
2009-06-170.15.48+jenner23vyatta/3.3.99test3/i386vyatta/3.3.99test3/amd64vyatta/3.3.99test2/i386vyatta/3.3.99test1/i386debian/0.15.48+jenner23Bob Gilligan
2009-06-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.
2009-06-170.15.48+jenner22debian/0.15.48+jenner22Bob Gilligan
2009-06-17Bugfix 4490: Wait for stability after marking partition bootable.Bob Gilligan
2009-06-170.15.48+jenner21debian/0.15.48+jenner21Bob Gilligan
2009-06-17Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-system into jennerBob Gilligan
2009-06-17Bugfix 4490: Mark root partition as "bootable" in the master boot record (MBR).Bob Gilligan
The MBR provides a flag on each of the partitions to indicate whether it is "bootable" or not. Most BIOS implementations ignore this flag and will boot from a partition whether or not this flag is set. Some BIOS implementations, however, refuse to boot from a partition that is not marked as "bootable". This fix marks the partition that holds the root filesystem as "bootable" so that it can be booted by either type of BIOS.
2009-06-160.15.48+jenner20debian/0.15.48+jenner20Stephen Hemminger
2009-06-16Make telnet management smarterStephen Hemminger
Bug 4591 Consolidate check for telnet login Don't remove /etc/securetty edit it
2009-06-150.15.48+jenner19debian/0.15.48+jenner19Stephen Hemminger
2009-06-15move acpid and ifupdown from Suggest to DependsStephen Hemminger
2009-06-150.15.48+jenner18debian/0.15.48+jenner18Stephen Hemminger
2009-06-15Add ifupdown packageStephen Hemminger
Silences warning fron net.agent about missing ifup and ifdown.
2009-06-15Convert 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.
2009-06-140.15.48+jenner17debian/0.15.48+jenner17Stig Thormodsrud
2009-06-14Fix 4579: There is no validation for vrrp virtual-address like the one for ↵Stig Thormodsrud
interfaces address.
2009-06-12Remove 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.
2009-06-100.15.48+jenner16debian/0.15.48+jenner16Stephen Hemminger
2009-06-10Revert earlier change -- keep debian net.agentStephen Hemminger
Reopens bug 3985 but closes problems with loopback startup.
2009-06-090.15.48+jenner15debian/0.15.48+jenner15Stephen Hemminger
2009-06-09Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-system into jennerStephen Hemminger
2009-06-09Allow operator to look at PCI settingsStephen Hemminger
Bug 4525 Want show tech-support to be able to see exact hardware info.
2009-06-090.15.48+jenner14debian/0.15.48+jenner14Stephen Hemminger
2009-06-09Remove invalid buried templatesStephen Hemminger
These are all templates that do nothing in current config and only contain a useless help: value.
2009-06-090.15.48+jenner13debian/0.15.48+jenner13Stephen Hemminger
2009-06-08Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2009-06-08Fix help/completion for xor-hashStephen Hemminger
Bug 4513
2009-06-080.15.48+jenner12debian/0.15.48+jenner12Stephen Hemminger
2009-06-08Use sysfs for bonding device controlStephen Hemminger
Bug 4511 Since loading bond module is broken in 2.6.29 or later kernel and the root cause is in sysfs/procfs which is a mess. Workaround the problem by loading bond module once and using sysfs.
2009-06-050.15.48+jenner11debian/0.15.48+jenner11Stephen Hemminger
2009-06-05Change version of system configStephen Hemminger
Bug 4504
2009-06-030.15.48+jenner10debian/0.15.48+jenner10Mohit Mehta