summaryrefslogtreecommitdiff
path: root/lib/Vyatta/Interface.pm
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-04-15 13:10:02 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-04-15 13:10:02 -0700
commit302df0c9c73db057b6fcd08535882fbad16f8e5f (patch)
tree6009b8e80bda6bedf9eff7b4d2fc36bb99ce21e0 /lib/Vyatta/Interface.pm
parent634c79ab395af94972fcf778ec80ae7d79dc5561 (diff)
downloadvyatta-cfg-302df0c9c73db057b6fcd08535882fbad16f8e5f.tar.gz
vyatta-cfg-302df0c9c73db057b6fcd08535882fbad16f8e5f.zip
Rename in0 to ifb0
Better name suggestion.
Diffstat (limited to 'lib/Vyatta/Interface.pm')
-rwxr-xr-xlib/Vyatta/Interface.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Vyatta/Interface.pm b/lib/Vyatta/Interface.pm
index 3eb810b..e45e123 100755
--- a/lib/Vyatta/Interface.pm
+++ b/lib/Vyatta/Interface.pm
@@ -76,7 +76,7 @@ my %net_prefix = (
'^peth[\d]+$' => { path => 'pseudo-ethernet',
vif => 'vif', },
'^wlan[\d]+$' => { path => 'wireless', vif => 'vif' },
- '^in[\d]+$' => { path => 'input' },
+ '^ifb[\d]+$' => { path => 'input' },
);
# get list of interface types (only used in usage function)