summaryrefslogtreecommitdiff
path: root/scripts/VyattaConfigLoad.pm
AgeCommit message (Collapse)Author
2008-11-21Convert VyattaConfig (et al) to Vyatta::ConfigStephen Hemminger
Use hierarchal directory structure
2008-09-17Add entry for upcoming bondingStephen Hemminger
Need to load bonding in correct step.
2008-07-22Prioritize vpn ahead of pppo[ea] interfaces.Stig Thormodsrud
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-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-07-07fix for bug 3323: skip deletions of nodes with default values when loadingAn-Cheng Huang
a config file.
2008-06-30Merge branch 'hollywood' of http://git.vyatta.com/vyatta-cfg into hollywoodMichael Larson
2008-06-30Revert "set load-balancing load order after interfaces are configured on load."Michael Larson
This reverts commit b5b1c71bc95bdaea24f45e5738e9a3a7f8740a4f.
2008-06-30Fix 3396: "commit failed at rank 800" while booting with bgp peer-group.Stig Thormodsrud
2008-06-30set load-balancing load order after interfaces are configured on load.Michael Larson
2008-06-19Add a config ranking to prioritize bgp route-id ahead of neighbors.Stig Thormodsrud
2008-06-17fix for bug 3347--skip def file.oMichael Larson
2008-05-19Force "protocols ospf parameters" to be committed before other ospf config.Stig Thormodsrud
This should fix bug 3272 at boot time, but we still need to fix quagga so that it doesn't crash if router-id is changed during convergence.
2008-05-08fix for bug 3239: now support regex-based ordering for startup configAn-Cheng Huang
loading.
2008-05-08Add more granularity to config rank (commit rip, ospf, bgp separately).Stig Thormodsrud
2008-05-01support "wildcard" ranking at boot time. only VRRP uses this for now.An-Cheng Huang
2008-04-03fix for bug 3090: commit "policy" before "protocols" at boot time.An-Cheng Huang
2008-03-24startup config orderingAn-Cheng Huang
2008-03-10Add GPLv2 to additional Vyatta created scriptsrbalocca
2008-03-05Add VPL to scripts and fix lintian errorsrbalocca
2008-02-28Read qos-policy before setting interface qos-policyStephen Hemminger
Bugfix: 2914 Fix ordering of operations for qos-policy.
2008-02-11add more priorities for loading startup configAn-Cheng Huang
2008-02-01prioritize physical interfaces over tunnel interfacesStig Thormodsrud
2008-01-11On boot up commit bridge interfaces before ethernet interfacesStig Thormodsrud
2007-12-19check for quotes when loading nodes with multiple values.An-Cheng Huang
2007-09-25initial import (from eureka /cli) plus new build system.upstreamAn-Cheng Huang