Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-14 | Remove unused dependencies | Stephen Hemminger | |
No longer need Tie or flock, these were used when dealing with watchlink | |||
2008-04-29 | partial fix for bug 3216: display escaped edit path correctly. | An-Cheng Huang | |
2008-04-26 | Merge branch 'glendale' into hollywood | rbalocca | |
2008-04-25 | Merge branch 'glendale' of speedyw:git/vyatta-cfg into glendale | Stephen Hemminger | |
2008-04-24 | fix for show -all. note there is a change in how config files are ↵ | Michael Larson | |
saved--only set values are now save as opposed to set values plus all default values. set values will be saved now even if they match the default value. | |||
2008-04-24 | Eliminate vestigates of watchlink | Stephen Hemminger | |
Watchlink is no longer used to manage link detection. This is now provided by kernel. | |||
2008-04-23 | Add parted debian package for install-system usehollister | rbalocca | |
2008-04-23 | Remove hack to cycle state for static routes | Stephen Hemminger | |
This should no longer be needed Revert "cycle interface state on IP address assigment to fix static routes" This reverts commit b0dd3c96c5e30077a602082c829d4bccf7795252. | |||
2008-04-23 | backing out show cmd change for now on existence of def | Michael Larson | |
2008-04-23 | final checkin as fix for bug 1219. | Michael Larson | |
2008-04-23 | mask out def markers in config script | Michael Larson | |
2008-04-22 | Merge branch 'hollywood' of http://git.vyatta.com/vyatta-cfg into hollywood | Michael Larson | |
2008-04-22 | create 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-21 | Merge branch 'glendale' into hollywood | rbalocca | |
2008-04-21 | Indicate the VC4.0.2 release candidate in the changelog | rbalocca | |
2008-04-19 | VC4.0.2debian/0.6 | Mark O'Brien | |
2008-04-19 | cycle interface state on IP address assigment to fix static routes | Robert Bays | |
2008-04-18 | If watchlink isn't running, don't treat it as a fatal error. | Stig Thormodsrud | |
2008-04-18 | fix for bug 3177 | Robert Bays | |
2008-04-16 | modified fix for 2525--fixes problem introduced with last fix (bug 3163) | Michael Larson | |
2008-04-16 | VC4.0.2debian/0.5 | Mark O'Brien | |
2008-04-15 | revert fix for 2525 until delete on commit warnings are resolved. | Michael Larson | |
2008-04-15 | Merge branch 'hollywood' of http://git.vyatta.com/vyatta-cfg into hollywood | Michael Larson | |
2008-04-15 | reverse sort order on delete | Michael Larson | |
2008-04-14 | Merge branch 'hollywood' of git:/git/vyatta-cfg into hollywood | rbalocca | |
2008-04-14 | Merge branch 'glendale' into hollywood | rbalocca | |
2008-04-14 | modified node ordering code. | Michael Larson | |
2008-04-14 | partial revert of priority support--will reapply after additional changes. | Michael Larson | |
2008-04-14 | Fix 3034: Loopback interface controlled by "ethernet lo" | Stig Thormodsrud | |
2008-04-13 | temp removal of free--possible corruption. | Michael Larson | |
2008-04-11 | Merge branch 'hollywood' of http://git.vyatta.com/vyatta-cfg into hollywood | Michael Larson | |
2008-04-11 | support for node priority. higher value in node.def is higher priority. | Michael Larson | |
2008-04-11 | Fix Bug 3069 Help strings should be standardized | Mohit Mehta | |
- help strings standardized in vyatta-cfg | |||
2008-04-10 | partial fix for bug 2181: add new template field "priority". | An-Cheng Huang | |
2008-04-10 | alternate fix for 2525--force directory evaluation upstream. | Michael Larson | |
2008-04-10 | Revert "fix for bug 2525" | Michael Larson | |
This reverts commit f352a460fdf15ac927d1deb4672c42b334eb8e67. | |||
2008-04-09 | Merge branch 'glendale' into hollywood | rbalocca | |
2008-04-09 | Fix Bug 3069 Help strings should be standardized | Mohit Mehta | |
- help strings standardized in vyatta-cfg | |||
2008-04-09 | fix for bug 2525 | Michael Larson | |
2008-04-04 | 3.0.2debian/0.4 | Mark O'Brien | |
2008-04-04 | fix for bug 2549. | Michael Larson | |
2008-04-04 | Merge branch 'glendale' into hollywood | rbalocca | |
2008-04-03 | fix for bug 3090: commit "policy" before "protocols" at boot time. | An-Cheng Huang | |
2008-04-03 | handle multiple address deletion when link is down | Stephen 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-03 | fix for bug 3097: correctly detect deleted tag | An-Cheng Huang | |
2008-04-03 | fix for bug 2507 | Michael Larson | |
2008-04-03 | code cleanup (remove some evil copy-and-paste instances). | An-Cheng Huang | |
2008-04-02 | Add duplicate check to watchlink exclude file. | Stig Thormodsrud | |
2008-04-02 | stop watchlink when address is removed | Stephen 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-02 | Merge branch 'glendale' into hollywood | rbalocca | |