Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-16 | Revert "bonding: remove requirement of slaves existing before vif" | Stephen Hemminger | |
This reverts commit 4729a33cdf054cce6780aa4817f9eaccb490ee3f. Need to put back the check, since it won't work asis | |||
2011-06-16 | bonding: remove requirement of slaves existing before vif | Stephen Hemminger | |
Bug 5383 Kernel modified to not default to vlan challenged, therefore it is now okay to make vlan on empty bond | |||
2011-06-08 | Move the mtu settings out of the main inteface priority subtree as a failure ↵ | John Southworth | |
boundry | |||
2011-05-25 | alternative fix for bug 6958 | An-Cheng Huang | |
2011-05-23 | don't assume hw-id exists since it can be deleted | An-Cheng Huang | |
2011-05-10 | more changes for new commit | An-Cheng Huang | |
(cherry picked from commit 11baf27c6caf1a0edf2b993fb7066227d02eab7b) | |||
2011-05-10 | changes for new commit | An-Cheng Huang | |
(cherry picked from commit edf507d5be8061475d00c0cb3278f7cdd8ae844a) | |||
2011-05-06 | Update help for console speed | Stephen Hemminger | |
Bug 7024 | |||
2011-04-13 | * Add help and checks for VRRP transition-script nodes | Mohit Mehta | |
to push users towards putting scripts in /config/scripts | |||
2011-03-28 | Bugfix 6958: only call cleanup script for tunnel modules on the last sibling ↵ | John Southworth | |
deletion | |||
2011-03-28 | Remove these priorities as they are not needed. They are from an earlier ↵ | John Southworth | |
community submitted patch see bug 5491 | |||
2011-03-15 | match console type only once. | Robert Bays | |
2011-03-15 | updated fix for bug 6919: Console settings don't support hvc0 for xen | Robert Bays | |
2011-03-15 | fix for bug 6919: Console settings don't support hvc0 for xen | Robert Bays | |
2011-03-11 | Remove flag file at end of transaction | Stephen Hemminger | |
If commit cleans up temp file, no sudo is necessary. | |||
2011-03-11 | Don't set speed duplex twice | Stephen Hemminger | |
Bug 6778 Both the nodes for speed and duplex both update the device. But only the change only needs to be done once. Changing the values twice causes link bounce and takes some time to resolve. | |||
2011-03-03 | Bugfix 5491: Allow tunnel parameters to be changed on a preconfigured tunnel | John Southworth | |
2011-02-25 | Validate domain and host name | Stephen Hemminger | |
Bug 6243 More complete validation of host name and domain name | |||
2011-02-07 | Merge branch 'napa' of git.vyatta.com:/git/vyatta-cfg-system into napa | John Southworth | |
2011-02-07 | Fix syslog not reloading properly after changing the log level | John Southworth | |
Bugfix 6781 | |||
2011-01-31 | use val_help to present valid info for node | Mohit Mehta | |
2011-01-26 | Rearrange priority for pseudo-ethernet | Stephen Hemminger | |
Bug 6116 Do setup at same priority as VIF (since it is really macvlan) Do address after peth mac address is set. (cherry picked from commit 0f3aa38c15bb159d331dcfd91076ac37bd4c524e) | |||
2011-01-06 | Change priority of bonding device address | Stephen Hemminger | |
Bug 6642 Need slaves to be attached to bonding device before setting address (for DHCP). (cherry picked from commit 77297af866be32c058363f9cb3d104db9e00bb36) | |||
2010-12-16 | Fix help for name-server | Stephen Hemminger | |
Bug 5185 | |||
2010-12-15 | Add checking of protocol-version value | Stephen Hemminger | |
Syntax checking and help. | |||
2010-12-15 | Don't regenerate ssh v1 key | Stephen Hemminger | |
The key generation is done during installation or earlier in rl-system.init | |||
2010-12-10 | Fix 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-06 | Allow telnet and ssh to start before routing protocols | Stephen Hemminger | |
Bug 6474 Use priority 500 which is after login, syslog, etc. | |||
2010-12-06 | Allow Ipv6 addresses in resolv.conf | Stephen Hemminger | |
Bug 5185 | |||
2010-12-02 | Block accidental use of virtual consoles | Stephen Hemminger | |
The devices tty1 ... are virtual consoles and should not be configured through the CLI. | |||
2010-12-02 | Allow configuring console speed etc | Stephen 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-02 | Fix delete of mac address on bonding interface | Stephen Hemminger | |
Bug 6489 Bonding device is a pseudo-device without hw-id, so deleting mac does nothing. | |||
2010-11-30 | Add dhcpv6 options for all interfaces that support DHCP | Stephen Hemminger | |
DHCPv6 is not restricted to ethernet only anymore. | |||
2010-11-24 | Fix range checking on bridge port priority is limited to 0-63 | Stephen Hemminger | |
Bug 5864 The STP port priority field is limited to a smaller range to allow more ports on the Linux bridge. Linux uses the same mapping as IOS so that in the STP port field there are 10 bits for port id and 6 bits for port priority. | |||
2010-11-23 | Remove check function from keepalived perl script | Stephen Hemminger | |
No longer need check-vip option since the type checking is done in template | |||
2010-11-23 | Improve performance of syntax checks for vrrp address | Stephen Hemminger | |
Use CLI (ipv4,ipv4net) and new address validator to check addresses for VRRP. | |||
2010-11-22 | Bonding should have same VRRP rules as Ethernet | Stephen Hemminger | |
2010-11-22 | Don't allow zero for VRRP priority or VRID | Stephen Hemminger | |
Bug 5673 Enfore restriction on values per RFC 3678 | |||
2010-11-22 | Optimize lookup of local ip on tunnels | Stephen Hemminger | |
Speeds up boot with lots of tunnels | |||
2010-11-22 | Use script vyatta-address to set interface | Stephen Hemminger | |
Avoid the overhead of perl compilation of vyatta-interfaces for each address added. Handle the case of deleting address on deleted device cleanly. Clean up dhcpv6 script so it can be used on interfaces other than ethernet. | |||
2010-11-22 | Replace perl address validation with utility | Stephen Hemminger | |
2010-11-19 | Cleanup tunnel slave device on last delete | Stephen Hemminger | |
Need to leave gre0 around for case of multiple tunnels | |||
2010-11-18 | When removing tunnel, remove encapsulation device | Stephen Hemminger | |
Bug 4608 | |||
2010-11-18 | Bring tunnel down before deleting | Stephen Hemminger | |
This is necessary to get routing protocols and proper cleanup | |||
2010-11-18 | Fix help for syslog | Stephen Hemminger | |
Bug 5396 Make it clear that 'syslog file' takes a file name not a full path. Also make help text symmetrical for all logging options. | |||
2010-11-18 | Add syntax check for bridge interface name | Stephen Hemminger | |
Put in check for brN in bridge-group bridge. And make syntax error for bond-group better | |||
2010-11-17 | Cleanup bond-group syntax and commit checks | Stephen Hemminger | |
Move check for address and state of slave to commit which allows for better error message. | |||
2010-11-17 | Cleanup bridge port management | Stephen Hemminger | |
Consolidate bridge port management into a single perl script. Done to fix the following bug. Bug 4745 Don't allow interface with address to be added to bridge. | |||
2010-11-17 | Add address checks to bonding | Stephen Hemminger | |
Need to have same checks as ethernet for valid address on commit. | |||
2010-11-17 | Remove useless comment | Stephen Hemminger | |
Comment was providing no useful information not already present in the template. |