Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-23 | Remove obsolete information | UnicronNL | |
2014-08-23 | Remove execution of vyatta-update-nhtp script | UnicronNL | |
2014-08-02 | Bug #256: adjust mtu node priority. | Daniil Baturin | |
2014-08-02 | Bug #246: add multicast querier toggle to bridge. | Daniil Baturin | |
2014-07-31 | Merge branch 'helium' of github.com:vyos/vyatta-cfg-system into helium | Daniil Baturin | |
2014-07-31 | Rename dummy interfaces to dumX to avoid confusion with the default | Daniil Baturin | |
interface created by the driver. | |||
2014-07-30 | Change lower the priority of l2tpv3 than the priority of static route. | ftoyama | |
2014-07-11 | Fix modprobe for l2tpv3 over ip | tofoo | |
2014-07-02 | Set separate virtual interface for QinQ. | Kim Hagen | |
2014-06-26 | Set help to Nested vlan. | Kim Hagen | |
2014-06-26 | Add QinQ vlan to Bonding and pseudo-ethernet interfaces. | Kim Hagen | |
2014-06-25 | Change priority in node.def | Kim Hagen | |
2014-06-25 | Fix variables. | Kim Hagen | |
2014-06-25 | Add QinQ vlan to ethernet interface config | Kim Hagen | |
2014-04-12 | Bug #170: Improve help strings. | Daniil Baturin | |
2014-04-12 | Bug #170: Remove "wait" option. | Daniil Baturin | |
2014-04-12 | Bug #170: Specify interface name in iproute2 command to override default ↵ | Daniil Baturin | |
numering. | |||
2014-04-12 | Bug #170: Break iproute2 commands in multiple line for better readability. | Daniil Baturin | |
2014-04-12 | Bug #170: Add address, disable, and description options. | Daniil Baturin | |
2014-04-12 | Bug #170: Set link up at after creating tunnel. | Daniil Baturin | |
2014-04-12 | Bug #170: Set default wait time to 0. | Daniil Baturin | |
2014-04-12 | Bug #170: Rename nodes for consistency with the rest of the system. | Daniil Baturin | |
2014-04-06 | Bug #159: add delete action for dummy interfaces. | Daniil Baturin | |
2014-04-06 | Bug #159: add conf mode templates for dummy interfaces. | Daniil Baturin | |
2014-03-20 | Remove endpoint, and add mtu support | higebu | |
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. |