Project

General

Profile

« Previous | Next » 

Revision af8397ca

Added by Jim Pingle over 9 years ago

Add a default case for IPv6 in rc.banner, otherwise whatever trips first gets used for the later interfaces as well.

View differences:

src/etc/rc.banner
84 84
			case "track6":
85 85
				$class6 = "/t6";
86 86
				break;
87
			default:
88
				$class6 = "";
89
				break;
87 90
		}
88 91
		$ipaddr = get_interface_ip($ifname);
89 92
		$subnet = get_interface_subnet($ifname);

Also available in: Unified diff