From 3935d8058ff6b7158e8f4e8a407cbabe63f25ee4 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Sat, 16 May 2009 09:33:20 -0700 Subject: Add wireless device to table Place holder for future work. --- lib/Vyatta/Interface.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Vyatta/Interface.pm') diff --git a/lib/Vyatta/Interface.pm b/lib/Vyatta/Interface.pm index 50eacfa..d81497b 100755 --- a/lib/Vyatta/Interface.pm +++ b/lib/Vyatta/Interface.pm @@ -75,6 +75,7 @@ my %net_prefix = ( 'wlm[\d]+' => { path => 'wireless-modem' }, 'peth[\d]+' => { path => 'pseudo-ethernet', vif => 'vif', }, + 'wlan[\d]+' => { path => 'wireless', vif => 'vif' }, ); # get list of interface types -- cgit v1.2.3