Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-18 | Fix support for l2tpv3 over ip | higebu | |
2014-03-18 | Add support for l2tpv3 | higebu | |
2013-04-12 | ethernet: deleting device should put in admin down | Stephen Hemminger | |
Typo in conditional meant that 'ip li set dev ethN down' never ran. | |||
2013-04-12 | Bugfix 8526: don't use REQUIRED on remote-ip | John Southworth | |
Having the word REQUIRED in the string is enough to break the webgui, remove it entirely | |||
2013-02-12 | mGRE bug fixes local-ip address changes and v6 check. | Saurabh Mohan | |
VYATTA-129: check for IPv6 addresses was moved to tunnel/node.def VYATTA-128: added more stronger check to forbid any way of setting remote-ip VYATTA-118: workaround added to update ipsec settings when tunnel local-ip is modified. | |||
2013-01-22 | Dmvpn merge with mirantis jan22-2013 | Saurabh Mohan | |
2012-12-26 | mgre support initial commit. | Saurabh Mohan | |
2012-09-18 | Bugfix 8359: When deleteing vti interface use tunnel interface mode ipip | Saurabh Mohan | |
2012-08-16 | Allow any mtu for bonding vif | Stephen Hemminger | |
Bug 8285 The commit for mtu always triggers because of incorrect variable reference, just remove it. | |||
2012-08-09 | Bugfix 8241: VTI Sync up the mtu range check with what the kernel module ↵ | Saurabh Mohan | |
accepts. Allow VTI mtu range check to be inline with what the kernel will accept. Also add a warning if a VTI is configured but not used. Improve the interface name range which is allowed (8259) | |||
2012-06-27 | Minor typo in bonding help | Stephen Hemminger | |
2012-06-19 | Bugfix 8115: reset miimon on arp-montior deletion | John Southworth | |
2012-06-11 | VTI delete check for reference under vpn. | Saurabh Mohan | |
2012-05-16 | Vti tunnel config support. | Saurabh Mohan | |
2012-05-15 | Move VRRP to its own package | John Southworth | |
2012-04-24 | vif: remove check for flags when creating VIF | Stephen Hemminger | |
Bug 8007 The 3.3 kernel removed sysfs features file (/sys/class/net/ethX/features). Detect vlan failure when added instead. | |||
2012-03-27 | Bugfix 7976: Move the test to update: to allow addresses to be configured | Jon Andersson | |
2012-02-18 | Fix VRRP templates error string capitalization. | Daniil Baturin | |
2012-02-18 | Bug #7787: Modify VRRP templates to allow custom script arguments, | Daniil Baturin | |
treat first word as script path and the rest as arguments. | |||
2012-02-09 | fix path to ethtool | Stephen Hemminger | |
/sbin is not part of default user path. Therefore need to use full path to ethtool. | |||
2012-01-19 | Enforce length restriction on interface description | Stephen Hemminger | |
Bug 7730 Kernel limit on interface description (ifalias) is 256 characters. | |||
2011-12-02 | Add vrrp interface description for bonding vif | John Southworth | |
2011-12-01 | Add vrrp interface description | John Southworth | |
2011-11-28 | Support VRRP virtual MAC interfaces above bond and bond vif interfaces | Bob Gilligan | |
This provides the same configuration parameters as are used to configure VRRP virtual MAC interfaces above ethernet and ethernet vif interfaces. | |||
2011-11-14 | Remove unnecessary sudo on ethtool | Stephen Hemminger | |
ethtool has capabilties set, therefore no need for sudo. | |||
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-04-13 | * Add help and checks for VRRP transition-script nodes | Mohit Mehta | |
to push users towards putting scripts in /config/scripts |