Carp interfaces are named 'VIP#' now. Make sure this is hidden on interface assignment.

This commit is contained in:
Ermal Lui 2009-10-01 15:35:37 +00:00
parent 1772523c3a
commit 1fb2bf250f

View File

@ -481,7 +481,8 @@ function get_interface_list($mode = "active", $keyby = "physical", $vfaces = "")
'enc',
'tun',
'carp',
'lagg'
'lagg',
'vip'
);
}
switch($mode) {