Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 497264 - net-misc/netifrc - add support for virtual ethernet pair device
Summary: net-misc/netifrc - add support for virtual ethernet pair device
Status: UNCONFIRMED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: netifrc (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: netifrc Team
URL:
Whiteboard: netifrc:veth
Keywords:
: 557244 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-01-06 13:25 UTC by Justus Ranvier
Modified: 2024-03-03 22:00 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justus Ranvier 2014-01-06 13:25:35 UTC
AFAICS netifrc does not support veth devices.

Syntax for creating them is simple:

ip link add name $endpoint1 type veth peer name $endpoint2

veth devices could be specified in /etc/conf.d/net by adding a veth_ variable that specifies the second endpoint:

config_$endpoint1=dhcp
veth_$endpoint1=$endpoint2

Reproducible: Always
Comment 1 Brian Evans (RETIRED) gentoo-dev 2017-06-29 14:33:54 UTC
*** Bug 557244 has been marked as a duplicate of this bug. ***