Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
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-26 | Set help to Nested vlan. | Kim Hagen | |
2014-06-26 | Add QinQ vlan to Bonding and pseudo-ethernet interfaces. | Kim Hagen | |
2012-01-19 | Enforce length restriction on interface description | Stephen Hemminger | |
Bug 7730 Kernel limit on interface description (ifalias) is 256 characters. | |||
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-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-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) | |||
2010-11-30 | Add dhcpv6 options for all interfaces that support DHCP | Stephen Hemminger | |
DHCPv6 is not restricted to ethernet only anymore. | |||
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-07-21 | Fix help completion text | Stephen Hemminger | |
Use ipv4net when Address/prefix expected Use ipv4 where Address expected | |||
2010-07-20 | Use val_help: for interface name help | Stephen Hemminger | |
Use common method for formatting CLI style help when entering interface name. Move loopback name syntax check into CLI expression to avoid overhead of perl here. | |||
2010-07-19 | Use val_help: features to format better | Stephen Hemminger | |
Previous change did not format val-help tag correctly | |||
2010-07-16 | Remove verbs from all help messages | Stephen Hemminger | |
Per current policy remove verb from all help messages in th is package | |||
2010-07-16 | Use val_help: for address nodes | Stephen Hemminger | |
Use common format for address nodes | |||
2010-06-15 | Remove sudo from ip command | Stephen Hemminger | |
No longer need sudo on ip because of cap_net_admin | |||
2010-04-27 | Make interface help completion strings consistent | Stephen Hemminger | |
Use same format/syntax over all interface types. Bug 5257 | |||
2009-10-21 | move priority after tag nodes. | slioch | |
2009-10-15 | partial fix for bug 4903. | slioch | |
2009-09-09 | Allow null description on device | Stephen Hemminger | |
Bug 4918 | |||
2009-07-17 | Fix descriptions with meta-characters | Stephen Hemminger | |
Bug 4672 Use ip command rather than sysfs to avoid quoting issues (cherry picked from commit 1b4902564b5a853b925d2c239c8e6a39b1734433) | |||
2009-07-17 | Remove ability to add vif to macvlan | Stephen Hemminger | |
Macvlan and vlan tagging doesn't work right in the kernel (2.6.29) so wait till it is fixed upstream. (cherry picked from commit aaed494ef8bbe580da4d378e4844bb0203987d97) | |||
2009-07-17 | Fix multi-nodes for address using update tag | Stephen Hemminger | |
Update makes no sense on a multi-valued node, only create or delete have meaning. (cherry picked from commit 273c1418553a39dcb4417acbf70cb863c97d1ccd) | |||
2009-06-01 | Fix deletion of pseudo-ethernet | Stephen Hemminger | |
Bug 4478 Incorrect syntax on ip link command. | |||
2009-04-29 | Move virtual-ethernet to pseudo-ethernet | Stephen Hemminger | |
Avoid name-conflict with Xen |