Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-14 | Remove unnecessary sudo on ethtool | Stephen Hemminger | |
ethtool has capabilties set, therefore no need for sudo. | |||
2011-11-09 | Adding CLI option for domain overrides for DNS forwarding, bug id 4086 | Gaurav Sinha | |
2011-11-08 | First pass implementation of support for virtual MAC address | Bob Gilligan | |
This change introduces a new parameter named "interface" under the vrrp-group configuration tree under ethernet interfaces and vlans. If the "interface" parameter is set, keepalived will be configured to bring up a macvlan interface, which will hold the virtual MAC address that is specified in the VRRP spec. | |||
2011-11-03 | Remove unnecessary sudo on bonding vif link detect script | Stephen Hemminger | |
2011-11-03 | Fix priority of vif for pseudo-ethernet | Stephen Hemminger | |
2011-11-03 | Add support for macvlan mode | Stephen Hemminger | |
Bug 7599 Expose macvlan mode which controls how packets are exchanged between pseudo-ethernets. Also allows VEPA support. | |||
2011-11-03 | pseudo-ethernet: add VIF support | Stephen Hemminger | |
Add VLAN (Vif) support for pseudo-ethernet interfaces | |||
2011-11-03 | pseudo-ethernet: add support for proxy arp | Stephen Hemminger | |
Clone proxy-arp support from ethernet for pseudo-ethernet | |||
2011-11-03 | pseudo-ethernet remove incorrect template | Stephen Hemminger | |
The path: interfaces pseudo-ethernet link was a accidental leftover. Correct template is in interfaces pseudo-ethernet peth0 link | |||
2011-10-10 | Bugfix 7551: Fix vlan address completion text | John Southworth | |
2011-10-10 | Bugfix 7553: Move the logic for delete from and end tag to a delete tag | Jon Andersson | |
2011-09-27 | Bugfix 7492: Reset mac address to hw-id when the mac is deleted | John Southworth | |
2011-08-24 | Fix ipv6 tunnel template error | Stephen Hemminger | |
Remove whitespace at end of line. Also, indent continuation lines for clarity. | |||
2011-08-11 | Don't bring ethernet device up if it is disabled | Stephen Hemminger | |
If ethernet (or pseudo) is disabled, don't bounce link. | |||
2011-08-11 | Add encapsulation to IPv6 parameters deletion so that ipip6 tunnels will ↵ | John Southworth | |
work properly after a deletion. | |||
2011-08-11 | Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-cfg-system into oxnard | John Southworth | |
2011-08-11 | Initial checkin of ipv6 tunnel support | Jon Andersson | |
2011-08-08 | bridge: allow setting mac address | Stephen Hemminger | |
Bug 7164 set interface bridge br0 mac 00:01:02:03:04:05 | |||
2011-08-05 | ethernet: avoid needlessly setting mac address | Stephen Hemminger | |
Bug 7408 Only set mac address if it is different, and try first with link up (many drivers allow it). Don't use hw-id as mac address, hw-id is meant for corelating names with addresses (in udev). | |||
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 |