Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
Seems to work with 319.
|
|
(aka /proc/sys/net/ipv4/conf/$intf/proxy_arp_pvlan).
Patch contributed by Shane Short.
|
|
|
|
|
|
|
|
Bug 7730
Kernel limit on interface description (ifalias) is 256 characters.
|
|
|
|
Bug 7599
Expose macvlan mode which controls how packets are exchanged between
pseudo-ethernets. Also allows VEPA support.
|
|
Add VLAN (Vif) support for pseudo-ethernet interfaces
|
|
Clone proxy-arp support from ethernet for pseudo-ethernet
|
|
The path:
interfaces pseudo-ethernet link
was a accidental leftover. Correct template is in
interfaces pseudo-ethernet peth0 link
|
|
If ethernet (or pseudo) is disabled, don't bounce link.
|
|
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)
|
|
DHCPv6 is not restricted to ethernet only anymore.
|
|
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.
|
|
|
|
Use ipv4net when Address/prefix expected
Use ipv4 where Address expected
|
|
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.
|
|
Previous change did not format val-help tag correctly
|
|
Per current policy remove verb from all help messages in th is package
|
|
Use common format for address nodes
|
|
No longer need sudo on ip because of cap_net_admin
|
|
Use same format/syntax over all interface types.
Bug 5257
|
|
|
|
|
|
Bug 4918
|
|
Bug 4672
Use ip command rather than sysfs to avoid quoting issues
(cherry picked from commit 1b4902564b5a853b925d2c239c8e6a39b1734433)
|
|
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)
|
|
Update makes no sense on a multi-valued node, only create or delete
have meaning.
(cherry picked from commit 273c1418553a39dcb4417acbf70cb863c97d1ccd)
|
|
Bug 4478
Incorrect syntax on ip link command.
|
|
Avoid name-conflict with Xen
|