mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add a default case for IPv6 in rc.banner, otherwise whatever trips first gets used for the later interfaces as well.
This commit is contained in:
parent
4988278920
commit
af8397ca73
@ -84,6 +84,9 @@
|
||||
case "track6":
|
||||
$class6 = "/t6";
|
||||
break;
|
||||
default:
|
||||
$class6 = "";
|
||||
break;
|
||||
}
|
||||
$ipaddr = get_interface_ip($ifname);
|
||||
$subnet = get_interface_subnet($ifname);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user