summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-18Fix Bug 5064 can't delete bridge group and membership in one commitMohit 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-170.17.6debian/0.17.6An-Cheng Huang
2010-02-170.17.5debian/0.17.5Stephen Hemminger
2010-02-17Add support for options in keyfileStephen 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-17Handle DSA keysStephen Hemminger
Bug 5350 Need some changes to support DSA keys (Protocol V2). Also add support for options in key file.
2010-02-160.17.4debian/0.17.4Stephen Hemminger
2010-02-16Use template to do syntax checks on ethernet device nameStephen 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-16Check current status (not configured value) when enabling vlan deviceStephen Hemminger
2010-02-16Speed up VIF creationStephen Hemminger
The overhead of compiling perl script repeatedly slows down VIF creation
2010-02-160.17.3debian/0.17.3Stephen Hemminger
2010-02-16Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg-system into kenwoodStephen Hemminger
2010-02-160.17.2debian/0.17.2Bob Gilligan
2010-02-16Bugfix 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-16Use die function for failuresStephen 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-16Add syntax check for vif name where non-vif expectedStephen Hemminger
Bug 5331
2010-02-16Don't allow format strings in snmp-communityStephen Hemminger
2010-02-120.17.1debian/0.17.1Mohit Mehta
2010-02-12use more specific version before which modprobe files in vyatta-cfg r2b replacedMohit Mehta
2010-02-120.16.43debian/0.16.43Mohit Mehta
2010-02-12Merge branch 'kenwood' of mohit@git.vyatta.com:/git/vyatta-cfg-system into ↵Mohit Mehta
kenwood
2010-02-12fix bug 5334 services start automatically on boot up post upgrade to kenwoodMohit Mehta
* make vyatta-cfg-system depend on a more recent version of services whose init scripts are unlinked in it's postinst
2010-02-110.16.42debian/0.16.42Bob Gilligan
2010-02-11Bugfix 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-100.16.41debian/0.16.41Mohit Mehta
2010-02-10Fix bug 5325 vyatta-cfg-system fails to upgrade during full-upgrade VC5 to VC6Mohit Mehta
* allow vyatta-cfg-system to replace disable-link-detect node.def files in previous versions of vyatta-cfg-quagga
2010-02-090.16.40debian/0.16.40Stephen Hemminger
2010-02-09Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg-system into kenwoodStephen Hemminger
2010-02-09Remove IPv6 address_flush sysctlStephen Hemminger
No longer used in latest Vyatta kernel.
2010-02-09Remove vyatta-ofr on upgradeStephen Hemminger
The upgrade process doesn't always remove old vyatta-ofr init script
2010-02-080.16.39debian/0.16.39An-Cheng Huang
2010-02-08add dependency on vyatta-biosdevnameAn-Cheng Huang
2010-02-080.16.38debian/0.16.38Bob Gilligan
2010-02-08Bugfix 5225: Include the OS version number in the grub menu entry.Bob Gilligan
2010-02-050.16.37debian/0.16.37Bob Gilligan
2010-02-05Bugfix 5120: Use biosdevname to generate the canonical name for an interface.Bob Gilligan
Network interfaces are discovered at boot time in non-deterministic order, so their names are non-deterministic. The vyatta_net_name script is responsible for ensuring that network interface names are changed to match their Vyatta config file entry when a match based on MAC address is found. With this change, when a match is not found, we use the biosdevname tool to to find the canonical name for an interface, then change the interface's name to that name. This ensures that NICs are named in a deterministic and systemmatic fashion.
2010-02-050.16.36debian/0.16.36Stephen Hemminger
2010-02-05Force vyatta-cfg/vyatta-cfg-system version synchronizationStephen Hemminger
2010-02-030.16.35debian/0.16.35Stephen Hemminger
2010-02-03Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg-system into kenwoodStephen Hemminger
2010-02-03Set system host-name and time-zone firstStephen Hemminger
Bug 4754 Want correct host-name for DHCP to work right later under interfaces. Want timezone correct so that any services started that print time information have correct data.
2010-02-030.16.34debian/0.16.34Stephen Hemminger
2010-02-03Move modprobe.d/no-copybreak from vyatta-cfgStephen Hemminger
All interface related files are in vyatta-cfg-system package.
2010-02-02Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg-system into kenwoodStephen Hemminger
2010-02-02Change owner of created authorized key fileStephen Hemminger
Otherwise sshd ignores it!
2010-02-020.16.33debian/0.16.33Stephen Hemminger
2010-02-02Run login update as rootStephen Hemminger
Need ability to open file of new user (to load authorized key). So move sudo to template.
2010-02-02Bug in handling local key fileStephen Hemminger
When URL was added, local file read got broken!
2010-02-02Fix password-authentication setup in sshdStephen Hemminger
Bug 5301 Need to setup sshd_config during install to allow configure later
2010-02-020.16.32debian/0.16.32Stephen Hemminger
2010-02-02Don't remove users home directoryStephen Hemminger
If administrator makes a goof and user account gets deleted. Then keep the old data to avoid problems.