Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-08 | Use more reliable method for determining system version. | Bob Gilligan | |
2010-03-08 | 0.17.16debian/0.17.16 | Bob Gilligan | |
2010-03-08 | Bugfix 5416: determine system version from version of vyatta-version package | Bob Gilligan | |
2010-03-08 | 0.17.15debian/0.17.15 | Bob Gilligan | |
2010-03-08 | Bugfix 5360: Get name of image from correct source. | Bob Gilligan | |
The name of a system image is supposed to match the Vyatta version string. Previously, the install-image script determined the name of the image being installed by parsing a field in the Vyatta version file on the image being installed. But the format of that file has changed, and may change again the future, so it is not a good source of the Vyatta version string. The most accurate way to determine the Vyatta version string is to look up the debian package version string associated with the vyatta-version package on the image being installed. This changes the install-image script to get the system image name that way. (cherry picked from commit e1864411c77e688b1b67de40441550b1f1eba055) | |||
2010-03-08 | 0.17.14debian/0.17.14 | Bob Gilligan | |
2010-03-08 | Bugfix 5414: Use correct install root reference when copying back SSH keys. | Bob Gilligan | |
2010-03-05 | Fixup xl2tpd init during install | Stephen Hemminger | |
Bug 5386 Since vyatta-cfg-system is the place where Vyatta does lots of busted package fixups; fix xl2tpd init script there. | |||
2010-03-05 | 0.17.13debian/0.17.13 | Bob Gilligan | |
2010-03-05 | Bugfix 5413: Determine system version from vyatta-version package. | Bob Gilligan | |
(cherry picked from commit 5ea1d90dbe42b0eefbc222b98b9b357b5676cb8b) | |||
2010-03-03 | 0.17.12debian/0.17.12 | Bob Gilligan | |
2010-03-03 | Bugfix 5404: Handle RAID re-sync on image-installed systems. | Bob Gilligan | |
2010-03-01 | 0.17.11debian/0.17.11 | Bob Gilligan | |
2010-03-01 | Bugfix 5377: strict-dad must be applied before interfaces are configured | Bob Gilligan | |
2010-02-25 | 0.17.10debian/0.17.10 | Bob Gilligan | |
2010-02-25 | Bugfix 5217: Don't use the "-#" option to curl. It runs slow on serial ports. | Bob Gilligan | |
2010-02-23 | 0.17.9debian/0.17.9 | Bob Gilligan | |
2010-02-23 | Bugfix 5377: Add parameter to control behavior when DAD fails. | Bob Gilligan | |
RFC-4862 requires that IPv6 operation on an interface be disabled when DAD fails on a link-local address. The kernel IPv6 code supports this feature, but doesn't enable it by default. This change provides a configurable parameter to control this behavior, but, like the kenrnel, disables it by default. | |||
2010-02-21 | 0.17.8debian/0.17.8 | Stig Thormodsrud | |
2010-02-21 | Fix 5157: dhcpclient doesn't work when alternative mac address specified on ↵ | Stig Thormodsrud | |
bootup | |||
2010-02-19 | Handle empty set of public keys | Stephen Hemminger | |
Bug 5362 If no keys configured; still make an empty .ssh/authorized_keys file. This handles case of keys being deleted from configuration and gives notice to user that file will be overwritten. | |||
2010-02-18 | 0.17.7debian/0.17.7 | Mohit Mehta | |
2010-02-18 | Fix Bug 5064 can't delete bridge group and membership in one commit | Mohit Mehta | |
* fix this for eth, eth.vif, bond, bond.vif interfaces * also, bridge-group code for bonding interfaces wasn't changed with commit ec080f99 that re-strucutred bridging code in eth and eth.vifs to fix bug 4708. bridge-group code for bond and bond.vif interfaces is now similar to the fix for 4708 | |||
2010-02-17 | 0.17.6debian/0.17.6 | An-Cheng Huang | |
2010-02-17 | 0.17.5debian/0.17.5 | Stephen Hemminger | |
2010-02-17 | Add support for options in keyfile | Stephen Hemminger | |
The sshd file format has optional options; copy them to a placeholder node and generate to authorized_keys Better error message when wrong number of arguments. | |||
2010-02-17 | Handle DSA keys | Stephen Hemminger | |
Bug 5350 Need some changes to support DSA keys (Protocol V2). Also add support for options in key file. | |||
2010-02-16 | 0.17.4debian/0.17.4 | Stephen Hemminger | |
2010-02-16 | Use template to do syntax checks on ethernet device name | Stephen Hemminger | |
Bug 5256 Going out to perl to repeatedly validate ethernet device name slows down adding VLAN's and other operations with lots of sub-devices. | |||
2010-02-16 | Check current status (not configured value) when enabling vlan device | Stephen Hemminger | |
2010-02-16 | Speed up VIF creation | Stephen Hemminger | |
The overhead of compiling perl script repeatedly slows down VIF creation | |||
2010-02-16 | 0.17.3debian/0.17.3 | Stephen Hemminger | |
2010-02-16 | Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg-system into kenwood | Stephen Hemminger | |
2010-02-16 | 0.17.2debian/0.17.2 | Bob Gilligan | |
2010-02-16 | Bugfix 5327: Don't try to save config from images with none. | Bob Gilligan | |
On image-based systems, the Vyatta configuration is mounted on /config and can be found in the disk filesystem under /boot/<image-name>/live-rw/config. | |||
2010-02-16 | Use die function for failures | Stephen Hemminger | |
die prints to standard error, so any interface failures show up in error file during boot, rather than being lost in trace messages. | |||
2010-02-16 | Add syntax check for vif name where non-vif expected | Stephen Hemminger | |
Bug 5331 | |||
2010-02-16 | Don't allow format strings in snmp-community | Stephen Hemminger | |
2010-02-12 | 0.17.1debian/0.17.1 | Mohit Mehta | |
2010-02-12 | use more specific version before which modprobe files in vyatta-cfg r2b replaced | Mohit Mehta | |
2010-02-12 | 0.16.43debian/0.16.43 | Mohit Mehta | |
2010-02-12 | Merge branch 'kenwood' of mohit@git.vyatta.com:/git/vyatta-cfg-system into ↵ | Mohit Mehta | |
kenwood | |||
2010-02-12 | fix bug 5334 services start automatically on boot up post upgrade to kenwood | Mohit Mehta | |
* make vyatta-cfg-system depend on a more recent version of services whose init scripts are unlinked in it's postinst | |||
2010-02-11 | 0.16.42debian/0.16.42 | Bob Gilligan | |
2010-02-11 | Bugfix 5117: Preserve config files from previous image installation. | Bob Gilligan | |
The install-image program knows how to preserve the config files from a previous image or disk-based installation. The install-system program already knew how to preserve config files from a previous disk-based installation. This change teaches it how to preserve config files from a previous image installation. | |||
2010-02-10 | 0.16.41debian/0.16.41 | Mohit Mehta | |
2010-02-10 | Fix bug 5325 vyatta-cfg-system fails to upgrade during full-upgrade VC5 to VC6 | Mohit Mehta | |
* allow vyatta-cfg-system to replace disable-link-detect node.def files in previous versions of vyatta-cfg-quagga | |||
2010-02-09 | 0.16.40debian/0.16.40 | Stephen Hemminger | |
2010-02-09 | Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg-system into kenwood | Stephen Hemminger | |
2010-02-09 | Remove IPv6 address_flush sysctl | Stephen Hemminger | |
No longer used in latest Vyatta kernel. |