summaryrefslogtreecommitdiff
path: root/templates/interfaces/pseudo-ethernet
AgeCommit message (Collapse)Author
2010-06-15Remove sudo from ip commandStephen Hemminger
No longer need sudo on ip because of cap_net_admin
2010-04-27Make interface help completion strings consistentStephen Hemminger
Use same format/syntax over all interface types. Bug 5257
2009-10-21move priority after tag nodes.slioch
2009-10-15partial fix for bug 4903.slioch
2009-09-09Allow null description on deviceStephen Hemminger
Bug 4918
2009-07-17Fix descriptions with meta-charactersStephen Hemminger
Bug 4672 Use ip command rather than sysfs to avoid quoting issues (cherry picked from commit 1b4902564b5a853b925d2c239c8e6a39b1734433)
2009-07-17Remove ability to add vif to macvlanStephen 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-17Fix multi-nodes for address using update tagStephen Hemminger
Update makes no sense on a multi-valued node, only create or delete have meaning. (cherry picked from commit 273c1418553a39dcb4417acbf70cb863c97d1ccd)
2009-06-01Fix deletion of pseudo-ethernetStephen Hemminger
Bug 4478 Incorrect syntax on ip link command.
2009-04-29Move virtual-ethernet to pseudo-ethernetStephen Hemminger
Avoid name-conflict with Xen