From f17d33fcd1c909eb05943fae41a1628519328c1c Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Tue, 6 Apr 2010 08:18:55 -0700 Subject: Add support for input interface in Interface module --- lib/Vyatta/Interface.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Vyatta/Interface.pm b/lib/Vyatta/Interface.pm index 432fe33..183c6c7 100755 --- a/lib/Vyatta/Interface.pm +++ b/lib/Vyatta/Interface.pm @@ -76,6 +76,7 @@ my %net_prefix = ( '^peth[\d]+$' => { path => 'pseudo-ethernet', vif => 'vif', }, '^wlan[\d]+$' => { path => 'wireless', vif => 'vif' }, + '^in[\d]+$' => { path => 'input' }, ); # get list of interface types (only used in usage function) -- cgit v1.2.3