From 2ca7bd2ca68971f5b0873504ada0947894fe6163 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Fri, 2 Apr 2010 09:51:22 -0700 Subject: Add support for incoming interface type New ingress interface support. --- lib/Vyatta/Interface.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/Vyatta/Interface.pm b/lib/Vyatta/Interface.pm index 432fe33..150918c 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 => 'incoming' }, ); # get list of interface types (only used in usage function) -- cgit v1.2.3