Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-26 | T113: add a MAC address option for 802.1q and 802.1ad VLANs. | Daniil Baturin | |
2019-01-15 | Fix: T1181 - enable/disable interface doesn't restart dhclient on enable | hagbard | |
2018-10-05 | Adding arp-cache-timeout on vlan level | Andamasov Yuriy | |
should fix T873 | |||
2018-08-25 | T797: add sudo to ip command calls in other interface types. | Daniil Baturin | |
2018-07-28 | T755: use ethertype for QinQ service VLAN creation. | Daniil Baturin | |
2016-10-06 | fix path for fiv pvlan command | Diego Garcia del Rio | |
2016-10-06 | Add support for proxy-arp-pvlan for vlan interfaces | ||
Added support for proxy-arp pvlan on vif / vif-c / vif-c-s interfaces | |||
2016-09-06 | Some devices use ethernet switch chips which use 'lan' interfaces, | Kim Hagen | |
this will add the option to also configure these in VyOS. | |||
2016-02-09 | Use directory /var/lib/dhcp instead of /var/lib/dhcp3. | Kim Hagen | |
Use directory /etc/dhcp instead of /etc/dhcp3. | |||
2015-11-08 | vyatta-cfg-system: add option to modify interface scatter-gather option | Alex Harpin | |
Allow the setting of the interfaces scatter-gather offload setting. This is useful for working around hardware related NIC problems and enables it to be set directly in the configuration. Bug #526 http://bugzilla.vyos.net/show_bug.cgi?id=526 | |||
2015-11-08 | vyatta-cfg-system: rename ethernet offload option nodes | Alex Harpin | |
Updates to the changes committed in connection with Bug #365 to allow a workaround for Xen based network issues. https://github.com/vyos/vyatta-cfg-system/commit/7a5a8500091589f0ede3d5a1dbc8b6b4b3fabf1d Rename the offload configuration node to offload-options, shorten the child node names, rename offload-settings to offload-option and add a more descriptive error message if an option fails to apply to the interface. Bug #612 http://bugzilla.vyos.net/show_bug.cgi?id=612 | |||
2015-11-03 | vyatta-cfg-system: rename smp_affinity to smp-affinity | Alex Harpin | |
Rename the smp_affinity config option to smp-affinity in line with the standard option naming convention. Bug #18 http://bugzilla.vyos.net/show_bug.cgi?id=18 | |||
2015-05-04 | Bug #410: add an option for ARP cache timeout. | Daniil Baturin | |
2015-03-18 | Add dhcpv6 client-id option (#519) | kouak | |
2015-03-17 | Set correct dhclient configuration filename (#508) | kouak | |
2015-03-03 | Fix broken commit 6257dfa1464d460de74e258b6290d4890a885218 | kouak | |
2015-02-26 | vyatta-cfg-system: adjust mtu node priority to set mtu after parent | Alex Harpin | |
Adjusting the mtu node prority from 381 to 382 so child interfaces set their MTU after the parent interface. This was reported for multiple vifs when setting the MTU to 9000 for jumbo frames, although it only exhibited it when more than one vif was configured. Bug #473 http://bugzilla.vyos.net/show_bug.cgi?id=473 | |||
2015-02-23 | Add ingress-qos-mapping/egress-qos-mapping to VLAN configuration (#385) | kouak | |
2015-02-20 | Bug #492: fail commit in case of DHCPv6 configuration errors. | Daniil Baturin | |
2015-02-20 | Bug #490: remove priority inversion in dhcpv6-options. | Daniil Baturin | |
Seems to work with 319. | |||
2015-02-06 | Can not change EtherType with vif-c interfaces configured | Kim Hagen | |
2015-02-05 | Bug #352 - QinQ - changing the ethertype value of vif-s | Kim Hagen | |
2014-10-29 | Correcting udp offload option name form segmentation to fragmentation | Jason Hendry | |
2014-10-29 | Removing default settings offload values | Jason Hendry | |
2014-10-29 | Updating comments so they make a bit more sense | Jason Hendry | |
2014-10-29 | Making offload setting changes change on a single option | Jason Hendry | |
2014-10-29 | Adding templates for tso options. fixing logic in vyatta-interfaces for tso ↵ | Jason Hendry | |
options | |||
2014-09-09 | Bug #306: add option to enable private VLAN proxy ARP on an interface. | Daniil Baturin | |
(aka /proc/sys/net/ipv4/conf/$intf/proxy_arp_pvlan). Patch contributed by Shane Short. | |||
2014-07-02 | Set separate virtual interface for QinQ. | 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 | |
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. | |||
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-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-01 | Add vrrp interface description | John Southworth | |
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-10-10 | Bugfix 7551: Fix vlan address completion text | John Southworth | |
2011-09-27 | Bugfix 7492: Reset mac address to hw-id when the mac is deleted | John Southworth | |
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-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-08 | Move the mtu settings out of the main inteface priority subtree as a failure ↵ | John Southworth | |
boundry | |||
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-04-13 | * Add help and checks for VRRP transition-script nodes | Mohit Mehta | |
to push users towards putting scripts in /config/scripts |