summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-15Add checking of protocol-version valueStephen Hemminger
Syntax checking and help.
2010-12-15Don't regenerate ssh v1 keyStephen Hemminger
The key generation is done during installation or earlier in rl-system.init
2010-12-100.19.20debian/0.19.20Stig Thormodsrud
2010-12-10Fix 6554: clear vrrp master tab completion results in cli api errorStig Thormodsrud
2010-12-100.19.19debian/0.19.19Stig Thormodsrud
2010-12-10Fix 6453: After configuring VRRP on interface, VRRP is not active until VRRP ↵Stig Thormodsrud
is manually restared with "restart vrrp" command. - Move all commit checks into script on end node. - Add separate function for conntrack-sync settings. - Do per instance validation at the right priority level. - Verify that the changes file is removed on final transaction.
2010-12-100.19.18debian/0.19.18Stephen Hemminger
2010-12-10Fix update of serial speed on all grub linesStephen Hemminger
Bug 6551 Need to handle case where console=ttyS0,9600 is at end of line
2010-12-060.19.17debian/0.19.17Stephen Hemminger
2010-12-06Allow telnet and ssh to start before routing protocolsStephen Hemminger
Bug 6474 Use priority 500 which is after login, syslog, etc.
2010-12-060.19.16debian/0.19.16Stephen Hemminger
2010-12-06Move touch() perl to Vyatta::FileStephen Hemminger
Put function in common code.
2010-12-06Allow Ipv6 addresses in resolv.confStephen Hemminger
Bug 5185
2010-12-06Move is_local_address to common codeStephen Hemminger
Now part of lib/Vyatta/Misc.pm module
2010-12-06Fix check for unspecified IPv6 addressStephen Hemminger
Bug 6514
2010-12-040.19.15debian/0.19.15Stig Thormodsrud
2010-12-04Set up commit-revisions if configured after init-floppy.Stig Thormodsrud
2010-12-020.19.14debian/0.19.14Stephen Hemminger
2010-12-02Mark the Vyatta specific section of inittabStephen Hemminger
2010-12-02Block accidental use of virtual consolesStephen Hemminger
The devices tty1 ... are virtual consoles and should not be configured through the CLI.
2010-12-02Allow more serial console linesStephen Hemminger
Since inittab allows up to 4 characters for id field, allow 1000 entries.
2010-12-02Allow configuring console speed etcStephen Hemminger
Bug 3849, 2289, 4126 Adds configuration of serial console: set system console { device ttyS0 { speed 19200 } device ttyACM0 { speed 57600 type modem } } This covers the cases of deleting serial console, changing speed, and allowing modem console devices
2010-12-020.19.13debian/0.19.13Stephen Hemminger
2010-12-02Fix delete of mac address on bonding interfaceStephen Hemminger
Bug 6489 Bonding device is a pseudo-device without hw-id, so deleting mac does nothing.
2010-12-02Set group ownership and permissions on /var/run/vyattaStephen Hemminger
Bug 6407 Allow configuration commands to create files in /var/run/vyatta without being root.
2010-12-02Cleanup leftover ipv6_no_fwd filesStephen Hemminger
Need to cleanup breadcrumb files on boot. Fix spellin errors
2010-12-010.19.12debian/0.19.12Stephen Hemminger
2010-12-01Speed up install-system progress barStephen Hemminger
The progress bar for copy files is nice but slows down the install because it updates too often
2010-11-300.19.11debian/0.19.11Stephen Hemminger
2010-11-30Fix dhcpv6 client scriptStephen Hemminger
Some compile and typo errors. Don't capture output, let it flow through to console. Use exec to get correct error code from dhcpv6 client program.
2010-11-300.19.10debian/0.19.10Stephen Hemminger
2010-11-30Remove old code for address insertion/deletion/validationStephen Hemminger
Interface addresses are now checked with other code.
2010-11-30Add duplicate address check on commitStephen Hemminger
Perl is no longer used for syntax checks, instead put duplicate address check into commit.
2010-11-30Add dhcpv6 options for all interfaces that support DHCPStephen Hemminger
DHCPv6 is not restricted to ethernet only anymore.
2010-11-290.19.9debian/0.19.9Stephen Hemminger
2010-11-29Merge branch 'mendocino' of vm:rel/vyatta-cfg-system into mendocinoStephen Hemminger
2010-11-29Automatically configure physical device for wireless interfacesStephen Hemminger
When system is booted with newly detected wireless device, both the hw-id and physical-device need to be setup.
2010-11-29Merge branch 'mendocino' of vm:rel/vyatta-cfg-system into mendocinoStephen Hemminger
2010-11-29Fix interface scanning on boot - allow more mac addressesStephen Hemminger
The code to match on locally assigned bit had a bad regex. Use conversion to hex and mask instead. Also don't allow multicast address bit.
2010-11-290.19.8debian/0.19.8Stephen Hemminger
2010-11-29Fix use of undefined in comparisonStephen Hemminger
The test for mixing dhcp and static ipv4 could cause perl warning from comparing undefined with numeric.
2010-11-290.19.7debian/0.19.7Stephen Hemminger
2010-11-29Remove module rather than deleting link deviceStephen Hemminger
The special tunnel device gre0 (etc) are created by module when installed. If the the device is deleted directly then following attempts to create tunnels will fail. The proper way to cleanup is to remove the module which will remove the special device and save memory.
2010-11-240.19.6debian/0.19.6Stephen Hemminger
2010-11-24Merge branch 'mendocino' of vm:rel/vyatta-cfg-system into mendocinoStephen Hemminger
2010-11-24Don't let biosdevname look at wireless devicesStephen Hemminger
Bug 6445 Biosdevname program converts everything to eth devices.
2010-11-240.19.5debian/0.19.5Stephen Hemminger
2010-11-24Fix tunnel cleanup scriptStephen Hemminger
Lots of errors in original version.
2010-11-240.19.4debian/0.19.4Stephen Hemminger
2010-11-24Revert "Don't need to rename vlan devices"Stephen Hemminger
This reverts commit c2c15ef2d6a85d40e778a0d84f243d2ae99c56ba.