summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-09-09Allow empty descriptionStephen Hemminger
Bug 4918
2009-09-090.15.15debian/0.15.15slioch
2009-09-09fix for bug 4697. Added range value check that start must be less than or ↵slioch
equal to stop address
2009-09-04added data path to environment during commit. value key is "NODE_DATA_PATH". ↵slioch
nodes are delimited by "/" rather than spaces.
2009-08-280.15.14debian/0.15.14Bob Gilligan
2009-08-28Bugfix 4793: Narrow the set of platforms on which module is loaded.Bob Gilligan
(cherry picked from commit 97cd67eda018db24517ad644d2ad1547fdb52231)
2009-08-280.15.13debian/0.15.13Bob Gilligan
2009-08-28Bugfix 4793: Load the acpi_cpufreq module on certain processors.Bob Gilligan
(cherry picked from commit 6202e7c5f0e8e0657c49e9d8422b6ef45b9ff84b)
2009-08-270.15.12debian/0.15.12Stephen Hemminger
2009-08-27Failure to set address should fail the commitStephen Hemminger
The script was hiding any error exit codes from 'ip' command. Switch to using exec so that error exits fail the commit. Discovered when testing with IPV6 disabled.
2009-08-27add no copybreak for more driversStephen Hemminger
2009-08-240.15.11debian/0.15.11Stephen Hemminger
2009-08-24Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg into kenwoodStephen Hemminger
2009-08-24Add a small script to test for node existanceStephen Hemminger
This does the same thing as vyatta-quagga-utils.pl --exists, but it is generally useful (outside quagga) and has less overhead than a perl compile.
2009-08-20Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg into kenwoodStephen Hemminger
2009-08-200.15.10debian/0.15.10Stephen Hemminger
2009-08-20Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg into kenwoodStephen Hemminger
2009-08-19Add ability to disable flow-controlStephen Hemminger
Bug 4419
2009-08-13Skip more wireless interfacesStephen Hemminger
Hostapd creates mon.wlanX interfaces which are not something we need to make visible.
2009-08-12Skip wmaster interface in operational commandsStephen Hemminger
Ignore the bogus wmaster interface
2009-08-12Add priority for wirelessStephen Hemminger
Placeholder for wireless access point
2009-08-070.15.9debian/0.15.9Mohit Mehta
2009-08-07check if port name is valid for both tcp and udp when protocol tcp_udpMohit Mehta
2009-08-060.15.8debian/0.15.8Stephen Hemminger
2009-07-31Another attempt to fix 4760.Stig Thormodsrud
(cherry picked from commit 8c5310f8ec7a6a0d63aa9b60a37ce4134513bdc3)
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-31Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg into kenwoodslioch
2009-07-31cleaned out more of the islavista rank code. closing bug 4473 as a resultslioch
2009-07-300.15.7debian/0.15.7Stig Thormodsrud
2009-07-30Fix [Bug 4760] New: members were removed after an in-use firewall groupStig Thormodsrud
failed to be deleted (cherry picked from commit 0d0761a6081ec04f6f27f5785f1ff5b7d8b38ffa)
2009-07-30Add hw_address method for use in bondingStephen Hemminger
Bonding management needs easy way to find hardware address. Related to Bug 4758 (cherry picked from commit a4404bfb3c4243967a4434707213430d5c4df58e)
2009-07-290.15.6debian/0.15.6An-Cheng Huang
2009-07-29update cli-expand-var script to match current variable reference syntax.An-Cheng Huang
2009-07-280.15.5debian/0.15.5Mohit Mehta
2009-07-28alter rename rule option to work for firewall and nat rulesMohit Mehta
2009-07-240.15.4debian/0.15.4Mohit Mehta
2009-07-24Fix 4722: Output inconsistent from 'save' and 'load' commandsStig Thormodsrud
(cherry picked from commit abc33133b79759a629b14b81e6a65eed0fa23e8a)
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.15.3debian/0.15.3Bob Gilligan
2009-07-13Bugfix 4717: Remove duplicate entries in priority file.Bob Gilligan
2009-07-100.15.2debian/0.15.2Stig Thormodsrud
2009-07-10Fix 4623: Removing IPSEC VPN config without removing cluster ipsec config ↵Stig Thormodsrud
drops all interfaces. Only use substring if necessary. (cherry picked from commit abfbae9c05c6c7b4bccb2255d91a32ef1bccd1c1)
2009-07-10Fix duplicate bonding vif entryStephen Hemminger
Part of Bug 4717 (cherry picked from commit 56860b506e35da9e0f7ba25314e3b94ad03b5bf0)
2009-07-10Add more system priorities so that 1 system failure doesn't affectStig Thormodsrud
others. (cherry picked from commit 9f94864f8b2920c66c436c3452f7283c0773521a)
2009-07-080.15.1debian/0.15.1An-Cheng Huang
2009-07-08load requires additional environment variablesAn-Cheng Huang
2009-07-080.14.104debian/0.14.104An-Cheng Huang
2009-07-08Use ip command rather than sysfs to set ifaliasStephen Hemminger
Bug 4672 By using ip command instead of sysfs, avoid subshell quoting issues. (cherry picked from commit 1755bfab4b22cc822f96fb78a1e05392d5f07398)
2009-07-08Start bonding vif after bond-group is createdStephen Hemminger
Need bonded device to have slave devices to inherit VLAN_CHALLENGED property correctly (cherry picked from commit 9b3608eb80a26061004db394d7535706fd2bae0b)
2009-07-08fixed isActive() api to now support mixed level and passed in relative path ↵slioch
values. (cherry picked from commit f6d95484a2f04633767409a565debe149ef5f56c)