mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Black list lagg.
This commit is contained in:
parent
c720925c17
commit
0a140d2eaa
@ -342,7 +342,8 @@ function get_interface_list($mode = "active", $keyby = "physical", $vfaces = "")
|
||||
'pfsync',
|
||||
'enc',
|
||||
'tun',
|
||||
'carp'
|
||||
'carp',
|
||||
'lagg'
|
||||
);
|
||||
}
|
||||
switch($mode) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user