Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-29 | Merge branch 'glendale' into hollywood | rbalocca | |
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 | Fix Bug 2825 Load should read config file from default location when no ↵ | Mohit Mehta | |
argument is provided. - 'load' reads config file from default location just as 'save' | |||
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 | |
2007-12-20 | Merge branch 'glendale' of git:/git/vyatta-cfg into glendale | Stig Thormodsrud | |
2007-12-20 | Added method 'isChangedOrDeleted'. Part of Bug 2324 fix. | An-Cheng Huang | |
2007-12-20 | Some checks for undefined references | An-Cheng Huang | |
2007-12-20 | This loop should not be iterating over deleted nodes. Related to Bug 2340. | An-Cheng Huang | |
2007-12-20 | Fixed 'isDeleted' method, related to Bug 2340 fix. | An-Cheng Huang | |
2007-12-20 | fix for bug 2340: detecting "deleted" nodes now does not depend on | An-Cheng Huang | |
"whiteouts" created by unionfs. | |||
2007-12-20 | Fix isIPinInterface(). | Stig Thormodsrud | |