Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-21 | Convert VyattaConfig (et al) to Vyatta::Config | Stephen Hemminger | |
Use hierarchal directory structure | |||
2008-06-26 | => Modified VyattaConfig.pm function 'returnOrigValues()' to return empty ↵ | Mohit Mehta | |
array when no value is configured => Modified VyattaConfigLoad.pm to give a higher ranking to 'system host-name' than 'interface' so that during boot-up if host is using dhcp client to get an ip for an interface, it can send the host-name if configured => Modified vyatta-interfaces.pl: 1. to request only for dhcp options 'subnet-nask', 'broadcast address', 'routers', 'domain-name-servers' when an interface is configured to get an ip using dhcp. 2. ask for a domain-name only if domain-name is not configured in our CLI 3. do not request dhcp options: 'time-offset', 'interface-mtu' and 'host-name' that were being requested before 4. Update /etc/resolv.conf to remove domain-name and name-server options received from dhcp server for the particular interface that releases dhcp lease either from op-mode or cfg-mode | |||
2008-07-11 | fix for bug 3441. Selective stripping of the 'def' only needs to occur in ↵ | Michael Larson | |
one location. hease enter the commit message for your changes. | |||
2008-07-10 | Revert "fix for bug 3441. Removed def from listOutputNodes(), which allowed ↵ | Michael Larson | |
other code that filters out def file to be removed." Need to spend more time with this fix--'def' is used in locations to suppress non-user specified default values. will reapply revised fix after a bit more vetting. This reverts commit 42d6c942800e2273b77ea92371ffdcb3f183163f. | |||
2008-07-09 | fix for bug 3441. Removed def from listOutputNodes(), which allowed other ↵ | root | |
code that filters out def file to be removed. | |||
2008-03-10 | Add GPLv2 to additional Vyatta created scripts | rbalocca | |
2008-03-05 | Add VPL to scripts and fix lintian errors | rbalocca | |
2008-02-05 | fix for bug 2734: different messages for "empty" and "invalid". | An-Cheng Huang | |
2008-01-19 | Revert "Check for undefined values before using them" | rbalocca | |
This reverts commit 43accc31c5d6d7cfe1e820d80d3042e335ebad3d. | |||
2008-01-18 | Check for undefined values before using them | rbalocca | |
2007-12-20 | Added method 'isChangedOrDeleted'. Part of Bug 2324 fix. | An-Cheng Huang | |
2007-12-20 | Some checks for undefined references | An-Cheng Huang | |
2007-12-20 | This loop should not be iterating over deleted nodes. Related to Bug 2340. | An-Cheng Huang | |
2007-12-20 | Fixed 'isDeleted' method, related to Bug 2340 fix. | An-Cheng Huang | |
2007-12-20 | fix for bug 2340: detecting "deleted" nodes now does not depend on | An-Cheng Huang | |
"whiteouts" created by unionfs. | |||
2007-12-18 | Cleaned up several routines to not generate warnings with 'perl -w' in order ↵ | Marat Nepomnyashy | |
to be able to call them from scripts that use 'perl -w'. | |||
2007-12-17 | filter aufs whiteout files | Tom Grennan | |
2007-11-28 | fix for bug 2494: correctly handle '/' in config traversal code. | An-Cheng Huang | |
2007-11-27 | distinguish deleted and nonexistent nodes in show output. | An-Cheng Huang | |
2007-11-02 | * config-mode "show" command now hides default values. | An-Cheng Huang | |
* add "show -all" command to display all values. * "save" command saves all values. | |||
2007-09-25 | initial import (from eureka /cli) plus new build system.upstream | An-Cheng Huang | |