From 0a32ed370b436e5e79825f847b820407545f6acc Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 29 Apr 2009 12:26:43 -0700 Subject: Rename virtual-ethernet to pseudo-ethernet Avoid name conflict with veth in Xen. --- lib/Vyatta/Interface.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Vyatta') diff --git a/lib/Vyatta/Interface.pm b/lib/Vyatta/Interface.pm index c97b947..50eacfa 100755 --- a/lib/Vyatta/Interface.pm +++ b/lib/Vyatta/Interface.pm @@ -73,7 +73,7 @@ my %net_prefix = ( 'frame-relay vif' ), }, 'tun[\d]+' => { path => 'tunnel' }, 'wlm[\d]+' => { path => 'wireless-modem' }, - 'veth[\d]+' => { path => 'virtual-ethernet', + 'peth[\d]+' => { path => 'pseudo-ethernet', vif => 'vif', }, ); -- cgit v1.2.3