summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-09-140.14.91+jenner41debian/0.14.91+jenner41Bob Gilligan
2009-09-14Bugfix 4700, 4269: Fix set and commit-time checks for ethernet vif addresses tooBob Gilligan
Also restore "--valid-addr" flag to vyatta-interfaces.pl since it is used outside this package. (cherry picked from commit d32ceb43ab64530c6eca81ec83fe4b374dd510d0)
2009-09-14Bugfix 4700, 4269: Fix set and commit-time checks of ethernet address valuesBob Gilligan
Changed the the set-time and commit-time check of ethernet interface address values. These checks need to prevent configuring both DHCP and static IPv4 addresses on the same interfac. The previous checks were comparing against the running configuration tree, not the proposed config tree. Now the set-time check is purely a syntax check, and the commit-time check only checks for both DHCP and static IPv4 addresses in the proposed config. The system now allows DHCP and static IPv6 addresses to be configured on the same interface. (cherry picked from commit 84fb2f920765c6d02f35ef1654dc0f8c2bef648c)
2009-09-110.14.91+jenner40debian/0.14.91+jenner40Stephen Hemminger
2009-09-11Add group vyatta-opStephen Hemminger
Necessary to be able to distguish operators in config file to password sync.
2009-09-100.14.91+jenner39debian/0.14.91+jenner39Stephen Hemminger
2009-09-10Allow empty descriptionStephen Hemminger
Bug 4918
2009-08-280.14.91+jenner38debian/0.14.91+jenner38Bob Gilligan
2009-08-28Bugfix 4793: Narrow the set of platforms on which module is loaded.Bob Gilligan
2009-08-280.14.91+jenner37debian/0.14.91+jenner37Bob Gilligan
2009-08-28Bugfix 4793: Load the acpi_cpufreq module on certain processors.Bob Gilligan
2009-07-310.14.91+jenner36debian/0.14.91+jenner36Stig Thormodsrud
2009-07-31Another attempt to fix 4760.Stig Thormodsrud
2009-07-310.14.91+jenner35debian/0.14.91+jenner35Stig Thormodsrud
2009-07-31Revert "Fix [Bug 4760] New: members were removed after an in-use firewall group"Stig Thormodsrud
This reverts commit 0d0761a6081ec04f6f27f5785f1ff5b7d8b38ffa. The fix is worse than the problem. Since the cli doesn't do deletes in reverse, the addition priorities cause the parent to be deleted before the group members.
2009-07-290.14.91+jenner34vyatta/3.4.2/i386debian/0.14.91+jenner34Stig Thormodsrud
2009-07-29Fix [Bug 4760] New: members were removed after an in-use firewall groupStig Thormodsrud
failed to be deleted
2009-07-290.14.91+jenner33debian/0.14.91+jenner33Stephen Hemminger
2009-07-29Add hw_address method for use in bondingStephen Hemminger
Bonding management needs easy way to find hardware address. Related to Bug 4758
2009-07-140.14.91+jenner32vyatta/3.4.1/i386vyatta/3.4.0/i386debian/0.14.91+jenner32Stig Thormodsrud
2009-07-14Fix 4722: Output inconsistent from 'save' and 'load' commandsStig Thormodsrud
2009-07-140.14.91+jenner31debian/0.14.91+jenner31slioch
2009-07-14fix for bug 4255. commit check was not being called on active node that had ↵slioch
deleted children. This change only affects the commit check for nodes that are transactions and are not directly deleted, but have deleted children. commit check is now being called.
2009-07-130.14.91+jenner30debian/0.14.91+jenner30Bob Gilligan
2009-07-13Bugfix 4717: Remove duplicate entries in priority file.Bob Gilligan
2009-07-100.14.91+jenner29debian/0.14.91+jenner29Stig Thormodsrud
2009-07-10Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg into jennerStig Thormodsrud
2009-07-10Fix 4623: Removing IPSEC VPN config without removing cluster ipsec config ↵Stig Thormodsrud
drops all interfaces. Only use substring if necessary.
2009-07-10Fix duplicate bonding vif entryStephen Hemminger
Part of Bug 4717
2009-07-090.14.91+jenner28debian/0.14.91+jenner28Stig Thormodsrud
2009-07-09Add more system priorities so that 1 system failure doesn't affectStig Thormodsrud
others.
2009-07-070.14.91+jenner27debian/0.14.91+jenner27Stephen Hemminger
2009-07-07Use ip command rather than sysfs to set ifaliasStephen Hemminger
Bug 4672 By using ip command instead of sysfs, avoid subshell quoting issues.
2009-07-070.14.91+jenner26debian/0.14.91+jenner26Stephen Hemminger
2009-07-07Start bonding vif after bond-group is createdStephen Hemminger
Need bonded device to have slave devices to inherit VLAN_CHALLENGED property correctly
2009-07-060.14.91+jenner25debian/0.14.91+jenner25slioch
2009-07-06Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg into jennerslioch
2009-07-06fix for ptr magic on 64 bit system. looks like double ptr was getting the ↵slioch
missing the last 4 bytes on 64 bit copy.
2009-07-020.14.91+jenner24debian/0.14.91+jenner24Mohit Mehta
2009-07-02add function to check if a firewall ruleset isActiveMohit Mehta
2009-07-020.14.91+jenner23debian/0.14.91+jenner23slioch
2009-07-02fixed isActive() api to now support mixed level and passed in relative path ↵slioch
values.
2009-07-010.14.91+jenner22debian/0.14.91+jenner22slioch
2009-07-01added isActive function in perl code to allow a comparison of activeslioch
(active plus working commited) nodes for comparison.
2009-06-300.14.91+jenner21debian/0.14.91+jenner21Mark O'Brien
2009-06-30Updated bridging/bonding priorites.Mark O'Brien
Fix bug 4673.
2009-06-300.14.91+jenner20debian/0.14.91+jenner20Mark O'Brien
2009-06-300.14.91+jenner19debian/0.14.91+jenner19slioch
2009-06-30fix for bug 4669. Revert string back to value for terminating multinodes.slioch
2009-06-300.14.91+jenner18debian/0.14.91+jenner18Stig Thormodsrud