diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-04-29 12:26:43 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-04-29 12:26:43 -0700 |
commit | 0a32ed370b436e5e79825f847b820407545f6acc (patch) | |
tree | 81b8724b3deedfb7c63f10bf4b1e05a14e7c407a /lib/Vyatta/Interface.pm | |
parent | a75f9e115d2b8e6a7dfb6638a72cd0b5ea834c4c (diff) | |
download | vyatta-cfg-0a32ed370b436e5e79825f847b820407545f6acc.tar.gz vyatta-cfg-0a32ed370b436e5e79825f847b820407545f6acc.zip |
Rename virtual-ethernet to pseudo-ethernet
Avoid name conflict with veth in Xen.
Diffstat (limited to 'lib/Vyatta/Interface.pm')
-rwxr-xr-x | lib/Vyatta/Interface.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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', }, ); |