mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Carp interfaces are named 'VIP#' now. Make sure this is hidden on interface assignment.
This commit is contained in:
parent
1772523c3a
commit
1fb2bf250f
@ -481,7 +481,8 @@ function get_interface_list($mode = "active", $keyby = "physical", $vfaces = "")
|
||||
'enc',
|
||||
'tun',
|
||||
'carp',
|
||||
'lagg'
|
||||
'lagg',
|
||||
'vip'
|
||||
);
|
||||
}
|
||||
switch($mode) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user