summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-04-23Add parted debian package for install-system usehollisterrbalocca
2008-04-23backing out show cmd change for now on existence of defMichael Larson
2008-04-23final checkin as fix for bug 1219.Michael Larson
2008-04-23mask out def markers in config scriptMichael Larson
2008-04-22Merge branch 'hollywood' of http://git.vyatta.com/vyatta-cfg into hollywoodMichael Larson
2008-04-22create def file to mark configuration nodes that are created by default, ↵Michael Larson
rather than a node with a default value created by a user. partial fix for bug 1219. Allows system to differentiate between active def nodes versus user created nodes with def values.
2008-04-21Merge branch 'glendale' into hollywoodrbalocca
2008-04-21Indicate the VC4.0.2 release candidate in the changelogrbalocca
2008-04-19VC4.0.2debian/0.6Mark O'Brien
2008-04-19cycle interface state on IP address assigment to fix static routesRobert Bays
2008-04-18If watchlink isn't running, don't treat it as a fatal error.Stig Thormodsrud
2008-04-18fix for bug 3177Robert Bays
2008-04-16modified fix for 2525--fixes problem introduced with last fix (bug 3163)Michael Larson
2008-04-16VC4.0.2debian/0.5Mark O'Brien
2008-04-15revert fix for 2525 until delete on commit warnings are resolved.Michael Larson
2008-04-15Merge branch 'hollywood' of http://git.vyatta.com/vyatta-cfg into hollywoodMichael Larson
2008-04-15reverse sort order on deleteMichael Larson
2008-04-14Merge branch 'hollywood' of git:/git/vyatta-cfg into hollywoodrbalocca
2008-04-14Merge branch 'glendale' into hollywoodrbalocca
2008-04-14modified node ordering code.Michael Larson
2008-04-14partial revert of priority support--will reapply after additional changes.Michael Larson
2008-04-14Fix 3034: Loopback interface controlled by "ethernet lo"Stig Thormodsrud
2008-04-13temp removal of free--possible corruption.Michael Larson
2008-04-11Merge branch 'hollywood' of http://git.vyatta.com/vyatta-cfg into hollywoodMichael Larson
2008-04-11support for node priority. higher value in node.def is higher priority.Michael Larson
2008-04-11Fix Bug 3069 Help strings should be standardizedMohit Mehta
- help strings standardized in vyatta-cfg
2008-04-10partial fix for bug 2181: add new template field "priority".An-Cheng Huang
2008-04-10alternate fix for 2525--force directory evaluation upstream.Michael Larson
2008-04-10Revert "fix for bug 2525"Michael Larson
This reverts commit f352a460fdf15ac927d1deb4672c42b334eb8e67.
2008-04-09Merge branch 'glendale' into hollywoodrbalocca
2008-04-09Fix Bug 3069 Help strings should be standardizedMohit Mehta
- help strings standardized in vyatta-cfg
2008-04-09fix for bug 2525Michael Larson
2008-04-043.0.2debian/0.4Mark O'Brien
2008-04-04fix for bug 2549.Michael Larson
2008-04-04Merge branch 'glendale' into hollywoodrbalocca
2008-04-03fix for bug 3090: commit "policy" before "protocols" at boot time.An-Cheng Huang
2008-04-03handle multiple address deletion when link is downStephen Hemminger
More robust fix for Bug 2802. Handle case of multiple addresses and lines in the linkstatus file. Add locking to try and prevent multiple update.
2008-04-03fix for bug 3097: correctly detect deleted tagAn-Cheng Huang
2008-04-03fix for bug 2507Michael Larson
2008-04-03code cleanup (remove some evil copy-and-paste instances).An-Cheng Huang
2008-04-02Add duplicate check to watchlink exclude file.Stig Thormodsrud
2008-04-02stop watchlink when address is removedStephen Hemminger
Kludge to work around address watchlink interaction: remove status file. This should fix bug 2802. There may still be problems when multiple addresses are assigned to an interface. The correct fix is to just get rid of the watchlink process and do the management in kernel or zebra.
2008-04-02Merge branch 'glendale' into hollywoodrbalocca
2008-04-01fix for bug 2689: sort tag nodes appropriatelyAn-Cheng Huang
2008-04-01add function to delete watchlink exclude entries based on ID.An-Cheng Huang
2008-04-01fix for bug 2689: sort tag nodes appropriatelyAn-Cheng Huang
2008-03-31Merge branch 'glendale' of git.vyatta.com:/git/vyatta-cfg into glendaleAn-Cheng Huang
2008-03-31Merge branch 'glendale' of suva.vyatta.com:/git/vyatta-cfg into glendaleStephen Hemminger
2008-03-31handle delete address request if address is already removedStephen Hemminger
Quagga link-detect may have already removed address from interface. Check for missing address, and if not present just tell vtysh. This fixes bug 2802
2008-03-31fix for bug 2675: correctly detect newly created config nodes.An-Cheng Huang