Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-03 | fix for bug 3090: commit "policy" before "protocols" at boot time. | An-Cheng Huang | |
2008-04-03 | handle multiple address deletion when link is down | Stephen 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-02 | Add duplicate check to watchlink exclude file. | Stig Thormodsrud | |
2008-04-02 | stop watchlink when address is removed | Stephen 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-01 | fix for bug 2689: sort tag nodes appropriately | An-Cheng Huang | |
2008-04-01 | add function to delete watchlink exclude entries based on ID. | An-Cheng Huang | |
2008-03-31 | Merge branch 'glendale' of suva.vyatta.com:/git/vyatta-cfg into glendale | Stephen Hemminger | |
2008-03-31 | handle delete address request if address is already removed | Stephen 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-31 | Add utilitly script to add/removed entries to watchlink exclude file. | Stig Thormodsrud | |
2008-03-26 | fix for bug 3032: | An-Cheng Huang | |
* rename pre-glendale start-up config. * warn user when loading a pre-glendale config. | |||
2008-03-24 | startup config ordering | An-Cheng Huang | |
2008-03-20 | add validation for more types | An-Cheng Huang | |
2008-03-17 | Bugfix: 2885 | Bob 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-14 | fix for bugs 2725 2999 | Robert Bays | |
2008-03-11 | more robust handling of set mac address | Stephen Hemminger | |
Bugfix: 2826 Enforce restrictions on address (must be valid ethernet address), and only bring interface down/up if already up. | |||
2008-03-10 | Add GPLv2 to additional Vyatta created scripts | rbalocca | |
2008-03-10 | Merge branch 'glendale' of git:/git/vyatta-cfg into glendale | rbalocca | |
2008-03-10 | Convert from VPL 1.0 to GPLv2 | Stephen Hemminger | |
Glendale release is licensed under GPL version 2. | |||
2008-03-06 | Merge branch 'glendale' of git:/git/vyatta-cfg into glendale | rbalocca | |
2008-03-06 | fix for bug 2950: raise config error messages during boot to warning level. | An-Cheng Huang | |
2008-03-05 | Add VPL to scripts and fix lintian errors | rbalocca | |
2008-03-04 | Fix 2954: IPv6 addresses that have a-f in the address fail. | Christopher Liljenstolpe | |
2008-03-04 | Merge branch 'glendale' of suva.vyatta.com:/git/vyatta-cfg into glendale | Stephen Hemminger | |
2008-02-28 | fix for bug 2912: direct config loading output to syslog. | An-Cheng Huang | |
2008-02-28 | Read qos-policy before setting interface qos-policy | Stephen Hemminger | |
Bugfix: 2914 Fix ordering of operations for qos-policy. | |||
2008-02-26 | Merge branch 'glendale' of git:/git/vyatta-cfg into glendale | Bob Gilligan | |
2008-02-26 | Bugfix: 2653 | Bob Gilligan | |
Only allow setting SMP affinity on multiprocessor machines. | |||
2008-02-20 | add vyatta-cfg-cmd-wrapper to replace xorp_tmpl_tool. | An-Cheng Huang | |
2008-02-19 | Add option to restart dhclient process. | Stig Thormodsrud | |
Send hostname in dhcp client request. | |||
2008-02-15 | clean up notification script | An-Cheng Huang | |
2008-02-11 | fix for bug 2547: showing/saving configuration now outputs new format ↵ | An-Cheng Huang | |
(no colons; quotes used only for special characters). | |||
2008-02-11 | move common module from vyatta-cfg-firewall | An-Cheng Huang | |
2008-02-11 | add more priorities for loading startup config | An-Cheng Huang | |
2008-02-08 | add port rule function to VyattaMisc | An-Cheng Huang | |
2008-02-08 | add port validation functions to VyattaMisc | An-Cheng Huang | |
2008-02-05 | fix for bug 2734: different messages for "empty" and "invalid". | An-Cheng Huang | |
2008-02-04 | Bugfix: 2653 | Bob 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-01 | support quiet mode for type validation | An-Cheng Huang | |
2008-02-01 | prioritize physical interfaces over tunnel interfaces | Stig Thormodsrud | |
2008-01-28 | Bugfix: 2688 | Bob 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-28 | fix 2718: Set failed after a duplicated address was set for an interface | Stig Thormodsrud | |
2008-01-24 | add script to /etc/dhcp3/dhclient-exit-hooks to store values received by ↵ | Stig Thormodsrud | |
dhclient | |||
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 | |
2008-01-14 | do config migration when loading a config file | An-Cheng Huang | |
2008-01-11 | On boot up commit bridge interfaces before ethernet interfaces | Stig Thormodsrud | |
2008-01-10 | Fix 2617 "Invalid interface address accepted". | Stig Thormodsrud | |
2008-01-08 | hide "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-20 | Fix broken bgp in glendale. | Stig Thormodsrud | |