summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2008-04-03fix for bug 3090: commit "policy" before "protocols" at boot time.An-Cheng Huang
2008-04-03handle multiple address deletion when link is downStephen 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-02Add duplicate check to watchlink exclude file.Stig Thormodsrud
2008-04-02stop watchlink when address is removedStephen 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-01fix for bug 2689: sort tag nodes appropriatelyAn-Cheng Huang
2008-04-01add function to delete watchlink exclude entries based on ID.An-Cheng Huang
2008-03-31Merge branch 'glendale' of suva.vyatta.com:/git/vyatta-cfg into glendaleStephen Hemminger
2008-03-31handle delete address request if address is already removedStephen Hemminger
Quagga link-detect may have already removed address from interface. Check for missing address, and if not present just tell vtysh. This fixes bug 2802
2008-03-31Add utilitly script to add/removed entries to watchlink exclude file.Stig Thormodsrud
2008-03-26fix for bug 3032:An-Cheng Huang
* rename pre-glendale start-up config. * warn user when loading a pre-glendale config.
2008-03-24startup config orderingAn-Cheng Huang
2008-03-20add validation for more typesAn-Cheng Huang
2008-03-17Bugfix: 2885Bob Gilligan
Place the "changes only" directory that is used by the configuration subsystem in its union mount into /tmp. We see kernel panics in unionfs at umount time in some cases when the "changes only" directory is located in a tmpfs filesystem.
2008-03-14fix for bugs 2725 2999Robert Bays
2008-03-11more robust handling of set mac addressStephen Hemminger
Bugfix: 2826 Enforce restrictions on address (must be valid ethernet address), and only bring interface down/up if already up.
2008-03-10Add GPLv2 to additional Vyatta created scriptsrbalocca
2008-03-10Merge branch 'glendale' of git:/git/vyatta-cfg into glendalerbalocca
2008-03-10Convert from VPL 1.0 to GPLv2Stephen Hemminger
Glendale release is licensed under GPL version 2.
2008-03-06Merge branch 'glendale' of git:/git/vyatta-cfg into glendalerbalocca
2008-03-06fix for bug 2950: raise config error messages during boot to warning level.An-Cheng Huang
2008-03-05Add VPL to scripts and fix lintian errorsrbalocca
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