Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-02 | Add priority nodes to start router advertisement daemon. | Bob Gilligan | |
2009-10-02 | Update function prototypes | Stephen Hemminger | |
Use (void) rather than old K&R style. Make some functions local. | |||
2009-10-02 | add missing prototypes | Stephen Hemminger | |
2009-10-02 | Fix warning from missing return | Stephen Hemminger | |
2009-10-02 | fix for bug 4969. on leaf nodes scan for '/' and don't make these values ↵ | Michael Larson | |
available to the partial commit status api (bug fix 4919). this approach will be revised in next release. | |||
2009-09-11 | 0.15.20debian/0.15.20 | Mohit Mehta | |
2009-09-11 | Fix Bug 4919 "service dns" branch of configuration file missing ... | Mohit Mehta | |
* use new API to get active 'original + commited' values * split 'dns forwarding' and 'dns dynamic' into different priorities | |||
2009-09-11 | term multinodes perl api support to provide currently committed values. | Michael Larson | |
2009-09-11 | 0.15.19debian/0.15.19 | Stephen Hemminger | |
2009-09-11 | Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg into kenwood | Stephen Hemminger | |
2009-09-11 | add support for value tags on term multinodes. used in debugging output and ↵ | Michael Larson | |
accounting file. | |||
2009-09-11 | Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg into kenwood | Stephen Hemminger | |
2009-09-11 | leaf node support for new commit. Returns reconciled processed node ↵ | Michael Larson | |
returnOrigPlusComValue() no term multinode leaf support yet. | |||
2009-09-11 | 0.15.18debian/0.15.18 | Stephen Hemminger | |
2009-09-11 | Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg into kenwood | Stephen Hemminger | |
2009-09-11 | Add group vyatta-op | Stephen Hemminger | |
Necessary to be able to distguish operators in config file to password sync. | |||
2009-09-10 | add leaf values to path data structures. will show in disgnostic output ↵ | Michael Larson | |
from commit and via .changes file used for commit active node set. | |||
2009-09-09 | 0.15.17debian/0.15.17 | Bob Gilligan | |
2009-09-09 | Bugfix 4700, 4269: Fix set and commit-time checks for ethernet vif addresses too | Bob Gilligan | |
Also restore "--valid-addr" flag to vyatta-interfaces.pl since it is used outside this package. | |||
2009-09-09 | Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg into kenwood | Bob Gilligan | |
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 | Priority file generator. This program will iterate over the complete ↵ | Michael Larson | |
template tree and build the priority file from "priority: val" tags found in node.def files. This will now allow us to migrate the priority statements found to the specified nodes. Currently the program does not order the priority nodes according to values (cosmetic feature). Finally once all the priority values have been migrated to the infected node.defs the priority program can be added as a postinst hook on debian package install. | |||
2009-09-09 | Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg into kenwood | Michael Larson | |
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) |