diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-04-15 13:10:02 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-04-15 13:10:02 -0700 |
commit | 302df0c9c73db057b6fcd08535882fbad16f8e5f (patch) | |
tree | 6009b8e80bda6bedf9eff7b4d2fc36bb99ce21e0 | |
parent | 634c79ab395af94972fcf778ec80ae7d79dc5561 (diff) | |
download | vyatta-cfg-302df0c9c73db057b6fcd08535882fbad16f8e5f.tar.gz vyatta-cfg-302df0c9c73db057b6fcd08535882fbad16f8e5f.zip |
Rename in0 to ifb0
Better name suggestion.
-rwxr-xr-x | lib/Vyatta/Interface.pm | 2 |
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) |