Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-03 | code cleanup (remove some evil copy-and-paste instances). | An-Cheng Huang | |
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 git.vyatta.com:/git/vyatta-cfg into glendale | 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 | fix for bug 2675: correctly detect newly created config nodes. | An-Cheng Huang | |
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 | Set dependencies on either bash or vyatta-bash | rbalocca | |
2008-03-24 | startup config ordering | An-Cheng Huang | |
2008-03-21 | Fix debian dependencies | rbalocca | |
2008-03-20 | handle <> completion correctly | An-Cheng Huang | |
2008-03-20 | add validation for more types | An-Cheng Huang | |
2008-03-20 | fix for bug 3037: shell completion | An-Cheng Huang | |
2008-03-19 | Merge branch 'glendale' of git:/git/vyatta-cfg into glendale | Mark O'Brien | |
Conflicts: debian/changelog | |||
2008-03-18 | 3.0.1 | Mark O'Brien | |
2008-03-18 | VC4.0.1debian/0.3 | Mark O'Brien | |
2008-03-18 | Merge branch 'glendale' of http://git.vyatta.com/vyatta-cfg into glendale | Bob Gilligan | |
2008-03-18 | Bugfix: 2986 | Bob Gilligan | |
Fix typo in arguments to "mount" command. | |||
2008-03-18 | Merge branch 'glendale' of suva.vyatta.com:/git/vyatta-cfg into glendale | Stephen Hemminger | |
2008-03-18 | Don't allow operator to run init-floppy | Stephen Hemminger | |
Bugfix: 2985 | |||
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-14 | fix for bugs 2725 and 2999 | Robert Bays | |
2008-03-12 | CLI tab enhancement at "set interfaces ethernet <> address" | Mohit Mehta | |
- tab gives dhcp if interface hasn't been configured before. handle "<*>" allowed values. | |||
2008-03-12 | handle "<*>" allowed values | An-Cheng Huang | |
2008-03-12 | partial fix for bug 2987: use "less" instead of "more", and disable | An-Cheng Huang | |
"terminal" command for operator level. | |||
2008-03-11 | add LESSSECURE | An-Cheng Huang | |
2008-03-11 | CLI tab enhancement at "set interfaces ethernet <> address" | Mohit Mehta | |
- tab gives dhcp if interface hasn't been configured before | |||
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-10 | Replace VPL with GPLv2 | Stephen Hemminger | |
Glendale 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-06 | Remove a dependency listed twice | rbalocca | |
2008-03-06 | Fix problems with upgrading (and also fix lintian errors) | rbalocca | |
2008-03-05 | Fix problems with upgrading (and also fix lintian errors) | rbalocca | |
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-03-02 | Vyatta-cfg postinst was preventing upgrade | rbalocca | |
2008-02-29 | Merge changelog fix to glendale | rbalocca | |
2008-02-28 | fix for bug 2924: set admin flag for root | An-Cheng Huang | |
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. |