mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
Revert "Fix compare interfaces. (#5173)"
This reverts commit 4b60a9893e2ac4ac0f2576bac0a2f5fd0d21b2c8.
This commit is contained in:
parent
a99a6549eb
commit
503f23bb7b
@ -72,7 +72,7 @@ function filter_rules_sort()
|
||||
return -1;
|
||||
} elseif (isset($b['floating'])) {
|
||||
return 1;
|
||||
} elseif ($a['interface'] != $b['interface']) {
|
||||
} elseif ($a['interface'] == $b['interface']) {
|
||||
return $a['seq'] - $b['seq'];
|
||||
} elseif ($a['interface'] == $b['interface']) {
|
||||
return 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user