Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-09 | Bugfix 4700, 4269: Fix set and commit-time checks of ethernet address values | Bob 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. | |||
2009-09-09 | 0.15.16debian/0.15.16 | Stephen Hemminger | |
2009-09-09 | Merge branch 'kenwood' of 192.168.100.1:git/vyatta-cfg into kenwood | Stephen Hemminger | |
2009-09-09 | Allow empty description | Stephen Hemminger | |
Bug 4918 | |||
2009-09-09 | 0.15.15debian/0.15.15 | slioch | |
2009-09-09 | fix for bug 4697. Added range value check that start must be less than or ↵ | slioch | |
equal to stop address | |||
2009-09-04 | added data path to environment during commit. value key is "NODE_DATA_PATH". ↵ | slioch | |
nodes are delimited by "/" rather than spaces. | |||
2009-08-28 | 0.15.14debian/0.15.14 | Bob Gilligan | |
2009-08-28 | Bugfix 4793: Narrow the set of platforms on which module is loaded. | Bob Gilligan | |
(cherry picked from commit 97cd67eda018db24517ad644d2ad1547fdb52231) | |||
2009-08-28 | 0.15.13debian/0.15.13 | Bob Gilligan | |
2009-08-28 | Bugfix 4793: Load the acpi_cpufreq module on certain processors. | Bob Gilligan | |
(cherry picked from commit 6202e7c5f0e8e0657c49e9d8422b6ef45b9ff84b) | |||
2009-08-27 | 0.15.12debian/0.15.12 | Stephen Hemminger | |
2009-08-27 | Failure to set address should fail the commit | Stephen 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-27 | add no copybreak for more drivers | Stephen Hemminger | |
2009-08-24 | 0.15.11debian/0.15.11 | Stephen Hemminger | |
2009-08-24 | Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg into kenwood | Stephen Hemminger | |
2009-08-24 | Add a small script to test for node existance | Stephen 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-20 | Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg into kenwood | Stephen Hemminger | |
2009-08-20 | 0.15.10debian/0.15.10 | Stephen Hemminger | |
2009-08-20 | Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg into kenwood | Stephen Hemminger | |
2009-08-19 | Add ability to disable flow-control | Stephen Hemminger | |
Bug 4419 | |||
2009-08-13 | Skip more wireless interfaces | Stephen Hemminger | |
Hostapd creates mon.wlanX interfaces which are not something we need to make visible. | |||
2009-08-12 | Skip wmaster interface in operational commands | Stephen Hemminger | |
Ignore the bogus wmaster interface | |||
2009-08-12 | Add priority for wireless | Stephen Hemminger | |
Placeholder for wireless access point | |||
2009-08-07 | 0.15.9debian/0.15.9 | Mohit Mehta | |
2009-08-07 | check if port name is valid for both tcp and udp when protocol tcp_udp | Mohit Mehta | |
2009-08-06 | 0.15.8debian/0.15.8 | Stephen Hemminger | |
2009-07-31 | Another attempt to fix 4760. | Stig Thormodsrud | |
(cherry picked from commit 8c5310f8ec7a6a0d63aa9b60a37ce4134513bdc3) | |||
2009-07-31 | Revert "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-31 | Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg into kenwood | slioch | |
2009-07-31 | cleaned out more of the islavista rank code. closing bug 4473 as a result | slioch | |
2009-07-30 | 0.15.7debian/0.15.7 | Stig Thormodsrud | |
2009-07-30 | Fix [Bug 4760] New: members were removed after an in-use firewall group | Stig Thormodsrud | |
failed to be deleted (cherry picked from commit 0d0761a6081ec04f6f27f5785f1ff5b7d8b38ffa) | |||
2009-07-30 | Add hw_address method for use in bonding | Stephen Hemminger | |
Bonding management needs easy way to find hardware address. Related to Bug 4758 (cherry picked from commit a4404bfb3c4243967a4434707213430d5c4df58e) | |||
2009-07-29 | 0.15.6debian/0.15.6 | An-Cheng Huang | |
2009-07-29 | update cli-expand-var script to match current variable reference syntax. | An-Cheng Huang | |
2009-07-28 | 0.15.5debian/0.15.5 | Mohit Mehta | |
2009-07-28 | alter rename rule option to work for firewall and nat rules | Mohit Mehta | |
2009-07-24 | 0.15.4debian/0.15.4 | Mohit Mehta | |
2009-07-24 | Fix 4722: Output inconsistent from 'save' and 'load' commands | Stig Thormodsrud | |
(cherry picked from commit abc33133b79759a629b14b81e6a65eed0fa23e8a) | |||
2009-07-14 | fix 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-13 | 0.15.3debian/0.15.3 | Bob Gilligan | |
2009-07-13 | Bugfix 4717: Remove duplicate entries in priority file. | Bob Gilligan | |
2009-07-10 | 0.15.2debian/0.15.2 | Stig Thormodsrud | |
2009-07-10 | Fix 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-10 | Fix duplicate bonding vif entry | Stephen Hemminger | |
Part of Bug 4717 (cherry picked from commit 56860b506e35da9e0f7ba25314e3b94ad03b5bf0) | |||
2009-07-10 | Add more system priorities so that 1 system failure doesn't affect | Stig Thormodsrud | |
others. (cherry picked from commit 9f94864f8b2920c66c436c3452f7283c0773521a) | |||
2009-07-08 | 0.15.1debian/0.15.1 | An-Cheng Huang | |
2009-07-08 | load requires additional environment variables | An-Cheng Huang | |
2009-07-08 | 0.14.104debian/0.14.104 | An-Cheng Huang | |