summaryrefslogtreecommitdiff
path: root/scripts/VyattaConfig.pm
AgeCommit message (Collapse)Author
2008-11-21Convert VyattaConfig (et al) to Vyatta::ConfigStephen 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-11fix 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-10Revert "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-09fix for bug 3441. Removed def from listOutputNodes(), which allowed other ↵root
code that filters out def file to be removed.
2008-03-10Add GPLv2 to additional Vyatta created scriptsrbalocca
2008-03-05Add VPL to scripts and fix lintian errorsrbalocca
2008-02-05fix for bug 2734: different messages for "empty" and "invalid".An-Cheng Huang
2008-01-19Revert "Check for undefined values before using them"rbalocca
This reverts commit 43accc31c5d6d7cfe1e820d80d3042e335ebad3d.
2008-01-18Check for undefined values before using themrbalocca
2007-12-20Added method 'isChangedOrDeleted'. Part of Bug 2324 fix.An-Cheng Huang
2007-12-20Some checks for undefined referencesAn-Cheng Huang
2007-12-20This loop should not be iterating over deleted nodes. Related to Bug 2340.An-Cheng Huang
2007-12-20Fixed 'isDeleted' method, related to Bug 2340 fix.An-Cheng Huang
2007-12-20fix for bug 2340: detecting "deleted" nodes now does not depend onAn-Cheng Huang
"whiteouts" created by unionfs.
2007-12-18Cleaned 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-17filter aufs whiteout filesTom Grennan
2007-11-28fix for bug 2494: correctly handle '/' in config traversal code.An-Cheng Huang
2007-11-27distinguish 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-25initial import (from eureka /cli) plus new build system.upstreamAn-Cheng Huang