blob: 5fe84f29c0840b2bb1f54955a4a02849965f6873 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- lhinv.src.orig 2004-07-11 18:48:15.366067680 +0100
+++ lhinv.src 2004-07-11 18:50:40.316031936 +0100
@@ -402,9 +402,11 @@
# for now, this is it.
my %if_names = (
- 'eth' => 'Ethernet',
- 'ppp' => 'Point-to-Point',
- 'slp' => 'Serial Line IP',
+ 'eth' => 'Ethernet',
+ 'ppp' => 'Point-to-Point',
+ 'slp' => 'Serial Line IP',
+ 'sit' => 'Simple Internet Transition',
+ 'vmnet' => 'VMware Virtual Net',
);
my @if_dev = ();
|