summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2008-03-06fix for bug 2950: raise config error messages during boot to warning level.An-Cheng Huang
2008-03-04Fix 2954: IPv6 addresses that have a-f in the address fail.Christopher Liljenstolpe
2008-03-04Merge branch 'glendale' of suva.vyatta.com:/git/vyatta-cfg into glendaleStephen Hemminger
2008-02-28fix for bug 2912: direct config loading output to syslog.An-Cheng Huang
2008-02-28Read qos-policy before setting interface qos-policyStephen Hemminger
Bugfix: 2914 Fix ordering of operations for qos-policy.
2008-02-26Merge branch 'glendale' of git:/git/vyatta-cfg into glendaleBob Gilligan
2008-02-26Bugfix: 2653Bob Gilligan
Only allow setting SMP affinity on multiprocessor machines.
2008-02-20add vyatta-cfg-cmd-wrapper to replace xorp_tmpl_tool.An-Cheng Huang
2008-02-19Add option to restart dhclient process.Stig Thormodsrud
Send hostname in dhcp client request.
2008-02-15clean up notification scriptAn-Cheng Huang
2008-02-11fix for bug 2547: showing/saving configuration now outputs new format ↵An-Cheng Huang
(no colons; quotes used only for special characters).
2008-02-11move common module from vyatta-cfg-firewallAn-Cheng Huang
2008-02-11add more priorities for loading startup configAn-Cheng Huang
2008-02-08add port rule function to VyattaMiscAn-Cheng Huang
2008-02-08add port validation functions to VyattaMiscAn-Cheng Huang
2008-02-05fix for bug 2734: different messages for "empty" and "invalid".An-Cheng Huang
2008-02-04Bugfix: 2653Bob Gilligan
Don't allow the bitmask argument of the smp_affinity parameter to contain more bits than there are CPUs on the system.
2008-02-01support quiet mode for type validationAn-Cheng Huang
2008-02-01prioritize physical interfaces over tunnel interfacesStig Thormodsrud
2008-01-28Bugfix: 2688Bob Gilligan
Allow upper case hex values in smp_affinity parameter. Also get irq number of interface from /sys/class/net/..., which is more reliable than parsing it out of the output of /proc/interrupts.
2008-01-28fix 2718: Set failed after a duplicated address was set for an interfaceStig Thormodsrud
2008-01-24add script to /etc/dhcp3/dhclient-exit-hooks to store values received by ↵Stig Thormodsrud
dhclient
2008-01-19Revert "Check for undefined values before using them"rbalocca
This reverts commit 43accc31c5d6d7cfe1e820d80d3042e335ebad3d.
2008-01-18Check for undefined values before using themrbalocca
2008-01-14do config migration when loading a config fileAn-Cheng Huang
2008-01-11On boot up commit bridge interfaces before ethernet interfacesStig Thormodsrud
2008-01-10Fix 2617 "Invalid interface address accepted".Stig Thormodsrud
2008-01-08hide "password" values in output of "show configuration".An-Cheng Huang
2008-01-02- Allow vpn to be configured on a tunnel interface.Stig Thormodsrud
2007-12-20Fix broken bgp in glendale.Stig Thormodsrud
2007-12-20Merge branch 'glendale' of git:/git/vyatta-cfg into glendaleStig Thormodsrud
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-20Fix isIPinInterface().Stig Thormodsrud
2007-12-19Merge branch 'glendale' of suva:/git/vyatta-cfg into glendaleAn-Cheng Huang
2007-12-19check for quotes when loading nodes with multiple values.An-Cheng Huang
2007-12-19Update to fairfield version of script.Stig Thormodsrud
2007-12-19Merge branch 'master' into glendalerbalocca
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-18Merge branch 'master' into glendalerbalocca
2007-12-18Add ability to set ipv6 address on loopback but not dhcp.Stig Thormodsrud
2007-12-17filter aufs whiteout filesTom Grennan
2007-12-13Merge branch 'master' of http://phuket.vyatta.com/vyatta-cfgTom Grennan
2007-12-13Merge branch 'master' of phuket.vyatta.com:/usr/local/git/vyatta-cfgAn-Cheng Huang
2007-12-13assume bootfile_path is /opt/vyatta/etc/configTom Grennan
2007-12-13support aufs and unionfsTom Grennan
2007-12-13Removed 'defined' when checking array @subs to avoid deprecated warning when ↵Marat Nepomnyashy
running 'perl -w'.