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:
jim-p 2016-01-04 15:34:15 -05:00
parent 4988278920
commit af8397ca73

View File

@ -84,6 +84,9 @@
case "track6":
$class6 = "/t6";
break;
default:
$class6 = "";
break;
}
$ipaddr = get_interface_ip($ifname);
$subnet = get_interface_subnet($ifname);